Skip to content

Commit

Permalink
Merge pull request #486 from Travel-in-nanaland/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
heeeeeseok authored Oct 30, 2024
2 parents 8a6b5b9 + cc4f779 commit 5a898af
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 5a898af

Please sign in to comment.