Skip to content

Commit

Permalink
hotfix : security url에 moamoa.site 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus committed Jan 19, 2025
1 parent 621921a commit 60b1be2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/corecord/dev/common/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ CorsConfigurationSource corsConfigurationSource() {
"http://localhost:5173", "https://localhost:5173",
"https://corecord.site",
"https://www.corecord.site",
"https://corecord.vercel.app"
"https://corecord.vercel.app",
"https://moamoa.site", "https://moamoa.site", "https://moamoa.vercel.app"
));
config.setAllowedMethods(Collections.singletonList("*"));
config.setAllowedHeaders(Collections.singletonList("*"));
Expand Down

0 comments on commit 60b1be2

Please sign in to comment.