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 337eaf1 commit 3abd62d
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://main.dr9bfn52wjqx9.amplifyapp.com");
configuration.addAllowedOriginPattern("https://x-fe-a-kimjiwons-projects.vercel.app/");
configuration.addAllowedOriginPattern("http://127.0.0.1:5500"); // HTML Live Server CORS 설정
configuration.addAllowedMethod("*");
configuration.addAllowedHeader("*");
Expand Down

0 comments on commit 3abd62d

Please sign in to comment.