Skip to content

Commit

Permalink
Revert SecurityConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Jan 23, 2025
1 parent 2497289 commit 74c4af7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
public CorsFilter corsFilter() {
CorsConfiguration config = new CorsConfiguration();
config.addAllowedOrigin(baseUrl);
config.addAllowedOrigin("http://localhost:4200");
config.addAllowedMethod("*");
config.addAllowedHeader("*");
config.setAllowCredentials(true);
Expand Down

0 comments on commit 74c4af7

Please sign in to comment.