Skip to content
Snippets Groups Projects

fix: module list web service must be public

Merged Hugues.Cazeaux requested to merge HCA-PublicModuleList into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,7 @@ public class ModuleList extends RepresentationModel<ModuleList> {
// Modules with unique instance
this.authorization = authUrl;
this.admin = adminUrl;
this.access = authUrl;
this.access = accessUrl;
}
public String getAuthorization() {
Loading