Skip to content

Commit

Permalink
Merge pull request #148 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 21, 2025
2 parents 3435ec0 + f0ba38e commit 6d8d59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RevUp-common/src/main/java/com/revup/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public CorsConfigurationSource corsConfigurationSource() {
"https://revup-eight.vercel.app",
"https://revuprevup.o-r.kr",
githubPageUrl,
"http://localhost:3000"
"http://localhost:3000",
"nginx"
));
configuration.setAllowedMethods(List.of("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"));
// 허용할 요청 헤더 설정
Expand Down

0 comments on commit 6d8d59a

Please sign in to comment.