Skip to content

Commit

Permalink
FIX :: CORS Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed May 16, 2024
1 parent 062862c commit 7a74d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CorsConfig(private val securityProperty: SecurityProperties) {
allowedMethods = listOf("*")
allowCredentials = true
addAllowedHeader("*")
exposedHeaders = mutableListOf("Authorization", "authorization")
exposedHeaders = mutableListOf("Authorization", "authorization", "OAUTH-TOKEN")
maxAge = 1800L
}

Expand Down

0 comments on commit 7a74d9b

Please sign in to comment.