Skip to content

Commit 1dd523f

Browse files
committed
fix:auth/me추가
1 parent bebf237 commit 1dd523f

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
@@ -67,6 +67,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
6767
.requestMatchers("/login/oauth2/**").permitAll()
6868

6969
//르프레시 갱신 및 칵테일 검색
70+
.requestMatchers(GET, "/user/auth/me").permitAll()
7071
.requestMatchers(POST, "/user/auth/refresh").permitAll()
7172
.requestMatchers(POST, "/cocktails/search").permitAll()
7273

0 commit comments

Comments
 (0)