We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9239a3 + 2cbedce commit 96de0faCopy full SHA for 96de0fa
src/main/java/com/back/global/security/SecurityConfig.java
@@ -69,6 +69,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
69
.requestMatchers("/login/oauth2/**").permitAll()
70
71
//르프레시 갱신 및 칵테일 검색
72
+ .requestMatchers(GET, "/user/auth/me").permitAll()
73
.requestMatchers(POST, "/user/auth/refresh").permitAll()
74
.requestMatchers(POST, "/cocktails/search").permitAll()
75
0 commit comments