Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix-2641/unconstrained-review-assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkimberlin authored Oct 18, 2024
2 parents cbe1f57 + ddbff41 commit c9939a2
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 c9939a2

Please sign in to comment.