Skip to content

Commit

Permalink
HOTFIX: CORS 주소 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxklee committed Nov 14, 2024
1 parent 3abd62d commit 8ed8414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public CorsConfigurationSource corsConfigurationSource() {

configuration.addAllowedOriginPattern("http://localhost:3000");
configuration.addAllowedOriginPattern("https://43.203.226.98.nip.io");
configuration.addAllowedOriginPattern("https://x-fe-a-kimjiwons-projects.vercel.app/");
configuration.addAllowedOriginPattern("https://x-fe-a.vercel.app");
configuration.addAllowedOriginPattern("http://127.0.0.1:5500"); // HTML Live Server CORS 설정
configuration.addAllowedMethod("*");
configuration.addAllowedHeader("*");
Expand Down

0 comments on commit 8ed8414

Please sign in to comment.