Skip to content

Commit

Permalink
Merge pull request #246 from gunsight1/hotfix_modified_frontend_origins
Browse files Browse the repository at this point in the history
hotfix ::  프론트엔드 버셀서버명 / 제거
  • Loading branch information
gunsight1 authored Mar 4, 2024
2 parents 89c459c + 71826c7 commit ceb27ef
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 ceb27ef

Please sign in to comment.