post api url

This commit is contained in:
Michele Artini 2023-10-09 14:51:51 +02:00
parent c5b23207b2
commit a81f007dcb
1 changed files with 1 additions and 1 deletions

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 = {