Skip to content

Commit 5e4b94a

Browse files
committed
[fix] Cors path 수정
1 parent 24bfb30 commit 5e4b94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/dgu/returnwork/global/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public CorsConfigurationSource corsConfigurationSource() {
9292

9393
configuration.setAllowedOriginPatterns(List.of(
9494
"http://52.79.80.199:3000",
95-
"https://localhost:5173",
95+
"http://localhost:5173",
9696
"http://localhost:3000")); // 개발환경용
9797

9898
// 허용할 HTTP 메서드

0 commit comments

Comments
 (0)