Skip to content

Commit

Permalink
Merge pull request #261 from team9502/dev
Browse files Browse the repository at this point in the history
배포
  • Loading branch information
EUNCHAEv1006 authored Jun 30, 2024
2 parents ed2bdd5 + cbe2dde commit f9db947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
"/auth/cp-login",
"/email/**",
"/social-login/**",
"/cpUsers/{cpUserId}/profile",
"/business/status",
"/business/verify",
"/faqs/**",
"/ws/chat"
).permitAll()
.requestMatchers(HttpMethod.GET,
"/cpUsers",
"/cpUsers/{cpUserId}/details",
"/boards",
"/boards/{boardId}",
"/boards/find-boards",
Expand Down

0 comments on commit f9db947

Please sign in to comment.