Skip to content

Commit

Permalink
[kbss-cvut/record-manager-ui#202] Fix RoleGroupController path
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Sep 30, 2024
1 parent 209b438 commit 0f248d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@ConditionalOnProperty(prefix = "security", name = "provider", havingValue = "internal", matchIfMissing = true)
@RestController
@RequestMapping("/roleGroup")
@RequestMapping("/roleGroups")
public class RoleGroupController extends BaseController{

private final RoleGroupService roleGroupService;
Expand Down

0 comments on commit 0f248d0

Please sign in to comment.