Skip to content

Commit

Permalink
2024-10-17 - Member-role controller security - changed from anonymous…
Browse files Browse the repository at this point in the history
… to authenticated
  • Loading branch information
Luch76 committed Oct 17, 2024
1 parent bee5d29 commit b797ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.List;
import java.util.UUID;

@Secured(SecurityRule.IS_ANONYMOUS)
@Secured(SecurityRule.IS_AUTHENTICATED)
@ExecuteOn(TaskExecutors.BLOCKING)
@Controller("/services/roles/members")
public class MemberRoleController {
Expand Down

0 comments on commit b797ff8

Please sign in to comment.