Skip to content

Commit

Permalink
cicd 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Jun 27, 2024
1 parent f13efbe commit f6439a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/Nunbody/global/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://localhost:3000", "https://www.richam.site/")
.allowedOrigins("http://localhost:3000", "https://www.richam.site/","https://richam-client.vercel.app")
.allowedMethods("*")
.allowedHeaders("*")
.allowCredentials(true);
Expand Down

0 comments on commit f6439a7

Please sign in to comment.