Skip to content

Commit f8fbbf0

Browse files
authored
Merge pull request #270 from prgrms-web-devcourse-final-project/fix/add-front/port(WR9-155)
chore: 개발 프론트엔드 포트 추가 (WR9-155)
2 parents 3a00fee + 01fe26e commit f8fbbf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/crops/warmletter/global/config/CorsConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ public CorsConfigurationSource corsConfigurationSource() {
1919
List.of(
2020
"http://localhost:5173", // 로컬 프론트엔드
2121
"https://localhost:5173", // 로컬 프론트엔드
22+
"http://localhost:4173", // 로컬 프론트엔드
23+
"https://localhost:4173", // 로컬 프론트엔드
2224
"http://localhost:8080", // 개발 테스트
2325
"https://www.ddasum.kr" // 운영 프론트엔드
2426
));

0 commit comments

Comments
 (0)