Skip to content

Commit

Permalink
Merge pull request #160 from prgrms-web-devcourse-final-project/refac…
Browse files Browse the repository at this point in the history
…tor/#115-기술-스택-변경

fix: #115 web config 설정 변경
  • Loading branch information
rinklove authored Jan 24, 2025
2 parents 5a9d22e + 477b7f2 commit 7e72f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevUp-common/src/main/java/com/revup/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration configuration = new CorsConfiguration();
configuration.setAllowCredentials(true);
configuration.setAllowedOrigins(List.of(
"https://revup-eight.vercel.app/",
"https://revup-eight.vercel.app",
"https://revuprevup.o-r.kr",
githubPageUrl,
"http://localhost:3000"
Expand Down

0 comments on commit 7e72f60

Please sign in to comment.