Skip to content

Commit

Permalink
Merge pull request #171 from prgrms-web-devcourse-final-project/develop
Browse files Browse the repository at this point in the history
web config 설정 변경
  • Loading branch information
rinklove authored Jan 24, 2025
2 parents 6518ad4 + 406c4e6 commit ffc6a06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RevUp-common/src/main/java/com/revup/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ public CorsConfigurationSource corsConfigurationSource() {
// 필요한 헤더만 노출
configuration.setExposedHeaders(List.of(
// "Authorization-refresh",
// "Authorization",
"Set-Cookie",
"Cookie"
"Authorization",
"Set-Cookie"
));

UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource();
Expand Down

0 comments on commit ffc6a06

Please sign in to comment.