Skip to content

Commit

Permalink
#43 [fix] : origin URL을 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Sep 29, 2024
1 parent 7efc044 commit 1ef5ade
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/side/onetime/global/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ CorsConfigurationSource corsConfigurationSource() {
config.setAllowedOrigins(Arrays.asList(
"http://localhost:5173",
"https://onetime-test.vercel.app",
"https://onetime-with-members.com"
"https://www.onetime-test.vercel.app",
"https://onetime-with-members.com",
"https://www.onetime-with-members.com"
));
config.setAllowedMethods(Collections.singletonList("*"));
config.setAllowedHeaders(Collections.singletonList("*"));
Expand Down

0 comments on commit 1ef5ade

Please sign in to comment.