Skip to content

Commit

Permalink
[feat #191] 통일된 DNS front domain allow-origins 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dudxo committed Jan 22, 2025
1 parent 95b48e6 commit cadda0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public CorsConfigurationSource corsConfigurationSource() {
configuration.setAllowedOrigins(
Arrays.asList(
"http://localhost:3000", "https://dnd-11th-3-frontend-client.vercel.app",
"https://gongmuin.site", "https://gongmuin.shop", "http://localhost:8080", "/ws/**"
"https://www.gongmuin.site", "https://gongmuin.shop", "http://localhost:8080", "/ws/**"
));
configuration.setAllowedMethods(Arrays.asList("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"));
configuration.setAllowedHeaders(Arrays.asList("*"));
Expand Down

0 comments on commit cadda0c

Please sign in to comment.