new_model_for_communities #15

Merged
michele.artini merged 81 commits from new_model_for_communities into master 2023-10-24 08:12:26 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a81f007dcb - Show all commits

View File

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