Skip to content

Commit

Permalink
Fix: Cors 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
haeun1107 committed Nov 23, 2024
1 parent 46bb93d commit 5a8b377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public CorsConfigurationSource corsConfigurationSource() {
"http://localhost:8080",
"http://localhost:5173",
"https://api.ssoenter.store",
"https://soenterpwatest.vercel.app"
"https://soenter.vercel.app/"
));
configuration.setAllowedMethods(List.of("GET", "POST", "PUT", "DELETE", "OPTIONS"));
configuration.setAllowedHeaders(List.of("Authorization", "Cache-Control", "Content-Type"));
Expand Down

0 comments on commit 5a8b377

Please sign in to comment.