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 4d341f8 commit 7d44c34Copy full SHA for 7d44c34
src/main/java/com/oronaminc/join/member/security/SecurityConfig.java
@@ -23,6 +23,7 @@ public class SecurityConfig {
23
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
24
return http
25
.csrf(csrf -> csrf.disable())
26
+ .cors(cors -> cors.disable())
27
.authorizeHttpRequests(auth -> auth
28
.requestMatchers(
29
"/api/auth/guest",
0 commit comments