Skip to content

Commit 96de0fa

Browse files
committed
2 parents b9239a3 + 2cbedce commit 96de0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/back/global/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
6969
.requestMatchers("/login/oauth2/**").permitAll()
7070

7171
//르프레시 갱신 및 칵테일 검색
72+
.requestMatchers(GET, "/user/auth/me").permitAll()
7273
.requestMatchers(POST, "/user/auth/refresh").permitAll()
7374
.requestMatchers(POST, "/cocktails/search").permitAll()
7475

0 commit comments

Comments
 (0)