Skip to content

Commit 7c075b9

Browse files
committed
for problem searching
1 parent f2c4acf commit 7c075b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/poolc/api/auth/configurations/WebSecurityConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public CorsConfigurationSource corsConfigurationSource() {
6565
@Override
6666
protected void configure(HttpSecurity http) throws Exception {
6767
http
68-
.cors().and()
68+
.cors().disable()
6969
.httpBasic().disable()
7070
.csrf().disable()
7171
.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS)

0 commit comments

Comments
 (0)