Skip to content

Commit

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

0 comments on commit 94fbfe7

Please sign in to comment.