Skip to content

Commit

Permalink
* 프론트엔드 버셀서버명 / 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
gunsight1 committed Mar 4, 2024
1 parent 89c459c commit 71826c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void addCorsMappings(CorsRegistry registry) {
.allowedHeaders("*")
.allowedMethods("*")
.allowCredentials(true)
.allowedOrigins("https://www.washfit.site", "https://dev.washfit.site", "http://localhost:3000", "https://washfit.vercel.app/")
.allowedOrigins("https://www.washfit.site", "https://dev.washfit.site", "http://localhost:3000", "https://washfit.vercel.app")
.maxAge(3600);
}
}

0 comments on commit 71826c7

Please sign in to comment.