Skip to content

Commit

Permalink
WIP on hotfix/cors-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayon-Hong committed Jun 26, 2024
1 parent 6f64914 commit bddc069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public CorsFilter corsFilter() {
config.setAllowCredentials(true); // 쿠키 및 자격 증명 허용
config.addAllowedOriginPattern("*"); // 모든 IP에 응답 허용
config.addAllowedOrigin("http://localhost:8080");
config.addAllowedOrigin("https://techeermarket.site");

// config.addExposedHeader("Set-Cookie");
config.addExposedHeader("*");
Expand Down

This file was deleted.

0 comments on commit bddc069

Please sign in to comment.