Skip to content

Commit

Permalink
deploy: 프론트엔드 배포 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingulmangul committed Nov 26, 2023
1 parent 399f4d3 commit 3a4a0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/efub/dhs/global/config/CorsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void addCorsMappings(CorsRegistry registry) {
.allowedOrigins("http://api.daehaengsa.kro.kr",
"https://api.daehaengsa.kro.kr",
"http://localhost:3000",
"https://dhs-frontend.vercel.app",
"https://dae-haengsa-front.vercel.app",
"https://daehaengsa.kro.kr")
.allowedMethods("GET", "POST", "PATCH", "DELETE")
.allowCredentials(true)
Expand Down

0 comments on commit 3a4a0f4

Please sign in to comment.