Skip to content

Commit

Permalink
fix : security config url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Feb 13, 2024
1 parent b835632 commit 7af19b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public SecurityFilterChain filterChain(HttpSecurity http, JwtAuthService authSer
.antMatchers(GET,
API_PREFIX + "/clubs/**",
API_PREFIX + "/notices/**",
API_PREFIX + "/events/**",
API_PREFIX + "/event/**",
API_PREFIX + "/banners/**")
.permitAll()
.antMatchers(API_PREFIX + "/admin/**").hasRole("ADMIN")
Expand Down

0 comments on commit 7af19b9

Please sign in to comment.