Skip to content

Commit

Permalink
Merge pull request #38 from FC-InnerCircle/main
Browse files Browse the repository at this point in the history
fix: 설정 수정
  • Loading branch information
Donghyeon0908 authored Sep 14, 2024
2 parents f3036af + faab1bc commit 397ec2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ class SecurityConfig(
"Authorization",
"Set-Cookie",
"RefreshAuth",
"refreshToken",
"RefreshToken",
"refreshtoken",
)
exposedHeaders = listOf("Authorization", "Set-Cookie", "RefreshAuth")
allowedOriginPatterns = listOf(
Expand Down

0 comments on commit 397ec2e

Please sign in to comment.