Skip to content

Commit 3751e2b

Browse files
committed
refactor:h2 인증 해제
1 parent 69046a1 commit 3751e2b

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
@@ -65,6 +65,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
6565
// OAuth, GET POST 둘 다 사용
6666
.requestMatchers("/oauth2/**").permitAll()
6767
.requestMatchers("/login/oauth2/**").permitAll()
68+
.requestMatchers("/h2-console/**").permitAll()
6869

6970
//르프레시 갱신 및 칵테일 검색
7071
.requestMatchers(GET, "/user/auth/me").permitAll()

0 commit comments

Comments
 (0)