Skip to content

Commit

Permalink
fix: 프론트 도메인 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-naa committed Sep 17, 2024
1 parent c4a7860 commit d06f208
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public CorsConfigurationSource corsConfigurationSource() {
corsConfig.addAllowedOrigin("http://localhost:3000");
corsConfig.addAllowedOrigin("http://localhost:8080");
corsConfig.addAllowedOrigin("https://on-boarding-abroad.vercel.app/");
corsConfig.addAllowedOrigin("https://on-refactoring-git-vercel-1425s-projects.vercel.app/");
corsConfig.addAllowedMethod("*");
corsConfig.addAllowedHeader("*");
corsConfig.setAllowCredentials(true);
Expand Down

0 comments on commit d06f208

Please sign in to comment.