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.
1 parent 69046a1 commit 3751e2bCopy full SHA for 3751e2b
src/main/java/com/back/global/security/SecurityConfig.java
@@ -65,6 +65,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
65
// OAuth, GET POST 둘 다 사용
66
.requestMatchers("/oauth2/**").permitAll()
67
.requestMatchers("/login/oauth2/**").permitAll()
68
+ .requestMatchers("/h2-console/**").permitAll()
69
70
//르프레시 갱신 및 칵테일 검색
71
.requestMatchers(GET, "/user/auth/me").permitAll()
0 commit comments