Skip to content

Commit

Permalink
chore: 백엔드 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwldnjs1009 committed Mar 1, 2025
1 parent e69ef87 commit a3c77a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration config = new CorsConfiguration();

config.setAllowCredentials(true);
// 백엔드 배포 테스트
config.setAllowedOrigins(List.of("http://localhost:8080", "http://localhost:5173", "http://backend:8080", "http://backend:5173", "http://rexume.site:8080", "http://rexume.site:5173", "http://rexume.site", "http://52.78.85.237:8080", "http://52.78.85.237:5173"));
config.setAllowedMethods(List.of("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"));
config.setAllowedHeaders(List.of("*"));
Expand Down

0 comments on commit a3c77a1

Please sign in to comment.