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 e6f393c commit 1e33e4aCopy full SHA for 1e33e4a
src/main/java/com/oronaminc/join/member/security/SecurityConfig.java
@@ -30,12 +30,12 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
30
.csrf(csrf -> csrf.disable())
31
.cors(cors -> cors.configurationSource(corsConfigurationSource()))
32
.authorizeHttpRequests(auth -> auth
33
- .requestMatchers(
34
- "/api/auth/guest",
35
- "/api/auth/kakao",
36
- "/login"
37
- )
38
- .anonymous()
+ // .requestMatchers(
+ // "/api/auth/guest",
+ // "/api/auth/kakao",
+ // "/login"
+ // )
+ // .anonymous()
39
.requestMatchers(
40
"/swagger-ui/**",
41
"/swagger-resources/**",
0 commit comments