Skip to content

Commit

Permalink
hotfix : 새로운 도메인 주소 cors 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus committed Feb 11, 2025
1 parent 0cb2815 commit 0ff5dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CorsConfigurationSource corsConfigurationSource() {
"https://corecord.site",
"https://www.corecord.site",
"https://corecord.vercel.app",
"https://moamoa.site", "https://moamoa.site", "https://moamoa.vercel.app"
"https://moamoa.site", "https://www.moamoa.site", "https://moamoa.vercel.app"
));
config.setAllowedMethods(Collections.singletonList("*"));
config.setAllowedHeaders(Collections.singletonList("*"));
Expand Down

0 comments on commit 0ff5dc5

Please sign in to comment.