Skip to content

Commit

Permalink
!hotfix: CORS allowedOrigin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Feb 20, 2025
1 parent 23d05c2 commit bbb932d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CorsConfigurationSource corsConfigurationSource() {
config.setAllowedOrigins(Arrays.asList(
"http://localhost:3000",
"http://localhost:5173", "https://localhost:5173",
"http://localhost:4173",
"https://corecord.site",
"https://www.corecord.site",
"https://corecord.vercel.app",
Expand Down

0 comments on commit bbb932d

Please sign in to comment.