Skip to content

Commit

Permalink
Merge pull request #485 from Travel-in-nanaland/fix/#484-securityConfig
Browse files Browse the repository at this point in the history
[#484] fix: securityConfig 수정
  • Loading branch information
heeeeeseok authored Oct 30, 2024
2 parents 5600514 + cc4d0ed commit cc4f779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http,
.requestMatchers("/swagger-ui/**", "/v3/api-docs/**", "/favicon.ico",
"/member/join", "/member/login", "/member/reissue", "/share/**",
"member/forceWithdrawal", "nana/upload", "/admin/login", "/member/validateNickname",
"/version/**")
"/version/**", "/actuator/health")
.permitAll()
.requestMatchers("/favorite/**")
.hasAnyRole("MEMBER", "ADMIN")
Expand Down

0 comments on commit cc4f779

Please sign in to comment.