Skip to content

Commit

Permalink
Merge pull request #101 from Stack-Knowledge/add/client-cors-config
Browse files Browse the repository at this point in the history
# 101 Clinet 도메인 cors 설정
  • Loading branch information
JuuuuHong authored Oct 2, 2023
2 parents 9f8f53c + e727e40 commit 1424cb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class WebMvcConfig : WebMvcConfigurer {
.allowedOrigins(
"http://localhost:3000",
"https://port-0-stack-knowledge-server-1xxfe2bllyrfbtt.sel5.cloudtype.app",
"https://stack-knowledge-admin.vercel.app"
"https://stack-knowledge-admin.vercel.app",
"https://stack-knowledge-client.vercel.app/auth/login"
)
.allowCredentials(true)
}
Expand Down

0 comments on commit 1424cb2

Please sign in to comment.