Skip to content

Commit

Permalink
WebConfig.kt 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
gs18113 authored Jan 8, 2025
1 parent 94fbfe7 commit 21e72d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/example/toyTeam6Airbnb/WebConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class WebConfig {
.allowedOrigins("*") // 허용할 도메인
.allowedMethods("GET", "POST", "PUT", "DELETE")
.allowedHeaders("*")
.exposedHeaders("*")
.exposedHeaders("Location")
.allowCredentials(true)
}
}
Expand Down

0 comments on commit 21e72d5

Please sign in to comment.