Skip to content

Commit 2cbedce

Browse files
authored
Merge pull request #326 from prgrms-web-devcourse-final-project/refactor#322
[refactor] 필터 수정 main 반영
2 parents b12e545 + 7c5fdec commit 2cbedce

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)