We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a00fee + 01fe26e commit f8fbbf0Copy full SHA for f8fbbf0
src/main/java/io/crops/warmletter/global/config/CorsConfig.java
@@ -19,6 +19,8 @@ public CorsConfigurationSource corsConfigurationSource() {
19
List.of(
20
"http://localhost:5173", // 로컬 프론트엔드
21
"https://localhost:5173", // 로컬 프론트엔드
22
+ "http://localhost:4173", // 로컬 프론트엔드
23
+ "https://localhost:4173", // 로컬 프론트엔드
24
"http://localhost:8080", // 개발 테스트
25
"https://www.ddasum.kr" // 운영 프론트엔드
26
));
0 commit comments