Skip to content

Commit 476bb19

Browse files
authored
Merge pull request #122 from Team-Festimate/main
배포합니다
2 parents 1ad3ccd + 0d39ad3 commit 476bb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/festimate/team/infra/config/CorsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class CorsConfig implements WebMvcConfigurer {
1010
@Override
1111
public void addCorsMappings(CorsRegistry registry) {
1212
registry.addMapping("/**")
13-
.allowedOrigins("http://localhost:5173", "https://festimate.kr", "https://festi-mate-fe.vercel.app")
13+
.allowedOrigins("http://localhost:5173", "https://festimate.kr", "https://festi-mate-fe.vercel.app", "https://console.festimate.kr")
1414
.allowedMethods("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS")
1515
.allowedHeaders("*")
1616
.allowCredentials(true);

0 commit comments

Comments
 (0)