We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8f53c + e727e40 commit 1424cb2Copy full SHA for 1424cb2
src/main/kotlin/com/stack/knowledge/global/config/WebMvcConfig.kt
@@ -13,7 +13,8 @@ class WebMvcConfig : WebMvcConfigurer {
13
.allowedOrigins(
14
"http://localhost:3000",
15
"https://port-0-stack-knowledge-server-1xxfe2bllyrfbtt.sel5.cloudtype.app",
16
- "https://stack-knowledge-admin.vercel.app"
+ "https://stack-knowledge-admin.vercel.app",
17
+ "https://stack-knowledge-client.vercel.app/auth/login"
18
)
19
.allowCredentials(true)
20
}
0 commit comments