Skip to content

Commit

Permalink
hotfix : pickple 도메인 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ram-bo-ram authored Jul 8, 2024
1 parent 8ccbfbe commit a0ecd52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins(("http://localhost:8080", "http://localhost:8081", "http://localhost:5173",
.allowedOrigins("http://localhost:8080", "http://localhost:8081", "http://localhost:5173",
"https://pick-ple.com:5173")
.allowedMethods("GET", "POST", "PUT", "DELETE")
.allowCredentials(true)
Expand Down

0 comments on commit a0ecd52

Please sign in to comment.