Skip to content

Commit

Permalink
chore : CORS 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GyuHo123 committed Jun 16, 2024
1 parent 7cf42d2 commit 2d890fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SecurityConfig(
addAllowedOrigin("*")
allowedMethods = listOf("GET", "POST", "PUT", "DELETE", "OPTIONS")
allowedHeaders = listOf("*")
allowCredentials = false
allowCredentials = true
}
configuration
}
Expand Down

0 comments on commit 2d890fb

Please sign in to comment.