Skip to content

Commit

Permalink
add :: Security config
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Feb 9, 2024
1 parent 0f6bc6c commit 5f09a5c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ class SecurityConfig(
.hasRole("STU")
.antMatchers(HttpMethod.PATCH, "application/status/*")
.hasRole("SCH")
.antMatchers(HttpMethod.GET, "application/floor")
.hasRole("SCH")
.antMatchers(HttpMethod.GET, "application/grade")
.hasRole("SCH")
.antMatchers(HttpMethod.PATCH, "early-return/status/*")
.hasRole("SCH")
.antMatchers(HttpMethod.GET, "story/*")
Expand Down

0 comments on commit 5f09a5c

Please sign in to comment.