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 608aba5 commit 56ebcabCopy full SHA for 56ebcab
tuk-api/src/main/kotlin/nexters/tuk/config/CorsConfig.kt
@@ -17,7 +17,7 @@ class CorsConfig {
17
allowedOriginPatterns = listOf(
18
"http://localhost:3000",
19
"https://tuk.kr",
20
- "https://www.tuk.kr"
+ "https://*.tuk.kr"
21
)
22
allowedMethods = listOf("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS")
23
allowedHeaders = listOf("Content-Type", "Authorization", "X-Requested-With", "Accept")
0 commit comments