Skip to content

Commit

Permalink
domain 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Jan 20, 2024
1 parent aaf35ff commit 19d4c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server_config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration config = new CorsConfiguration();

config.setAllowedOrigins(origins);
config.setAllowCredentials(true);
//config.setAllowCredentials(true);

config.setAllowedMethods(List.of("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"));
config.setAllowedHeaders(List.of("*"));
Expand Down

0 comments on commit 19d4c47

Please sign in to comment.