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 bebf237 + 1dd523f commit 12a76d5Copy full SHA for 12a76d5
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