Skip to content

Commit 7f424df

Browse files
committed
feat: 브랜치 삭제 전 커밋 확인
1 parent fe95073 commit 7f424df

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/java/cmf/commitField/domain/commit/totalCommit/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class WebConfig implements WebMvcConfigurer {
88
@Override
99
public void addCorsMappings(CorsRegistry registry) {
1010
registry.addMapping("/**")
11-
.allowedOrigins("http://localhost:8090") // 프론트엔드 도메인
11+
.allowedOrigins("http://localhost:5173") // 프론트엔드 도메인
1212
.allowedMethods("GET", "POST", "PUT", "DELETE", "OPTIONS")
1313
.allowedHeaders("*")
1414
.allowCredentials(true);
Loading

0 commit comments

Comments
 (0)