Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyun-lee committed Aug 19, 2024
2 parents d9c2dca + 164b5d0 commit b23a0f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/sws/songpin/global/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ public CorsConfigurationSource corsConfigurationSource() {
"https://api.songpin.n-e.kr",
"https://songpin.vercel.app",
"https://songpin.kr",
"https://www.songpin.kr"));
"https://www.songpin.kr",
"https://dev.songpin.n-e.kr",
"https://prod.songpin.n-e.kr"));

configuration.setAllowedMethods(Arrays.asList("GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"));
configuration.addAllowedHeader("*");
Expand Down

0 comments on commit b23a0f9

Please sign in to comment.