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.
1 parent 71e8926 commit 84f370bCopy full SHA for 84f370b
src/main/java/com/oronaminc/join/member/security/SecurityConfig.java
@@ -49,16 +49,4 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
49
.logout(withDefaults())
50
.build();
51
}
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
-
64
0 commit comments