Skip to content

Commit 84f370b

Browse files
committed
fix: 로그인 500에러 수정
1 parent 71e8926 commit 84f370b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/java/com/oronaminc/join/member/security/SecurityConfig.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,4 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
4949
.logout(withDefaults())
5050
.build();
5151
}
52-
//
53-
// @Bean
54-
// public WebSecurityCustomizer webSecurityCustomizer() {
55-
// return web -> web.ignoring()
56-
// .requestMatchers(
57-
// "/public/**",
58-
// "/favicon.ico",
59-
// "/swagger-ui/**",
60-
// "/v3/api-docs/**"
61-
// );
62-
// }
63-
6452
}

0 commit comments

Comments
 (0)