Skip to content

Commit cb5d00a

Browse files
authored
Merge pull request #333 from prgrms-web-devcourse-final-project/refactor#332
[refactor] h2 인증 해제
2 parents 1468d07 + 3751e2b commit cb5d00a

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)