Skip to content

Commit 7c5fdec

Browse files
committed
refactor: 사용자 정보 조회 인증x
1 parent b12e545 commit 7c5fdec

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)