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.
2 parents 1468d07 + 3751e2b commit cb5d00aCopy full SHA for cb5d00a
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