Skip to content

Commit

Permalink
Merge pull request #149 from prgrms-web-devcourse-final-project/develop
Browse files Browse the repository at this point in the history
web config 설정 변경중
  • Loading branch information
rinklove authored Jan 21, 2025
2 parents c25e850 + 6d8d59a commit c8b1b8a
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 c8b1b8a

Please sign in to comment.