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.
1 parent bebf237 commit 1dd523fCopy full SHA for 1dd523f
src/main/java/com/back/global/security/SecurityConfig.java
@@ -67,6 +67,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
67
.requestMatchers("/login/oauth2/**").permitAll()
68
69
//르프레시 갱신 및 칵테일 검색
70
+ .requestMatchers(GET, "/user/auth/me").permitAll()
71
.requestMatchers(POST, "/user/auth/refresh").permitAll()
72
.requestMatchers(POST, "/cocktails/search").permitAll()
73
0 commit comments