Skip to content

Commit

Permalink
fix: 어드민 페이지 CORS 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 authored Aug 14, 2024
1 parent 213ad22 commit db03679
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ public UrlBasedCorsConfigurationSource corsConfigurationSource() {
config.setAllowCredentials(true);
config.addAllowedOrigin("http://localhost:5173");
config.addAllowedOrigin("https://d3phfzvzx3wm4l.cloudfront.net/");
config.addAllowedOrigin("https://d2oxrno1u2ah9j.cloudfront.net/");
config.addAllowedOrigin("https://hybrid-jgs.shop");
config.addAllowedHeader("*");
config.addAllowedMethod("*");

0 comments on commit db03679

Please sign in to comment.