Skip to content

Commit

Permalink
Merge pull request #9 from Moyeothon-NewTeams/feature/develop
Browse files Browse the repository at this point in the history
🔀Style: develop -> main
  • Loading branch information
eunxeum authored Oct 30, 2024
2 parents 94a18be + 106e425 commit 9cd5f50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/example/moyeothon/Config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://localhost:3000",
"http://localhost:8080",
.allowedOrigins("http://localhost:8080",
"http://127.0.0.1:8080",
"http://127.0.0.1:3000",
"http://localhost:5173",
Expand Down

0 comments on commit 9cd5f50

Please sign in to comment.