We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e750147 commit 4fb946eCopy full SHA for 4fb946e
tuk-api/src/main/kotlin/nexters/tuk/config/WebMvcConfig.kt
@@ -16,7 +16,7 @@ class WebMvcConfig(
16
17
override fun addCorsMappings(registry: CorsRegistry) {
18
registry.addMapping("/**")
19
- .allowedOrigins("http://localhost:3000", "https://tuk.kr")
+ .allowedOrigins("http://localhost:3000", "https://tuk.kr", "https://www.tuk.kr")
20
.allowedMethods("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS")
21
.allowedHeaders("*")
22
.allowCredentials(true)
0 commit comments