Skip to content

Commit

Permalink
Fix: h2 환경제거
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed May 21, 2024
1 parent f4b2eec commit 82f1fee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public WebSecurityCustomizer configure() {
web.ignoring()
.requestMatchers(HttpMethod.GET, "/api/member/profile-image/{memberId}")
.requestMatchers(HttpMethod.GET, "/api/category/{memberId}")
.requestMatchers(toH2Console())
//.requestMatchers(toH2Console())
.requestMatchers(NO_AUTH_LIST);
//.requestMatchers("/**");
};
Expand Down

0 comments on commit 82f1fee

Please sign in to comment.