Skip to content

Commit

Permalink
(chore: CORS 설정 추가)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkiid authored Nov 1, 2023
1 parent b341915 commit 25b2e18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public CorsConfigurationSource corsConfigurationSource() {
CorsConfiguration configuration = new CorsConfiguration();

configuration.addAllowedOrigin("https://petgoorm.life");
configuration.addAllowedOrigin("https://www.petgoorm.life");
configuration.addAllowedOrigin("https://d2biune7179vay.cloudfront.net");
configuration.addAllowedOrigin("http://localhost:3000");
configuration.addAllowedHeader("*");
Expand Down

0 comments on commit 25b2e18

Please sign in to comment.