new_model_for_communities #15
|
@ -63,7 +63,7 @@ public class CommunityApiController extends AbstractDnetController {
|
||||||
return communityService.listCommunities();
|
return communityService.listCommunities();
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = "/community", produces = {
|
@RequestMapping(value = "/community/", produces = {
|
||||||
"application/json"
|
"application/json"
|
||||||
}, method = RequestMethod.POST)
|
}, method = RequestMethod.POST)
|
||||||
@Operation(summary = "add a new community profile", description = "add a new community profile", tags = {
|
@Operation(summary = "add a new community profile", description = "add a new community profile", tags = {
|
||||||
|
|
Loading…
Reference in New Issue