Skip to content

Commit

Permalink
fix: fix the cors domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JIUNG9 committed Jan 18, 2024
1 parent c5961b7 commit be31357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class WebConfig implements WebMvcConfigurer {
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://localhost:3000", "http://localhost:3001", "http://localhost:3002",
"https://blooming.blooms.mall.stockey.kr",
"https://blooming.blooms.shop.stockey.kr",
"https://blooming.blooms.store.stockey.kr",
"https://blooming.blooms.admin.stockey.kr"
)
Expand Down

0 comments on commit be31357

Please sign in to comment.