We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bfb30 commit 5e4b94aCopy full SHA for 5e4b94a
src/main/java/com/example/dgu/returnwork/global/config/SecurityConfig.java
@@ -92,7 +92,7 @@ public CorsConfigurationSource corsConfigurationSource() {
92
93
configuration.setAllowedOriginPatterns(List.of(
94
"http://52.79.80.199:3000",
95
- "https://localhost:5173",
+ "http://localhost:5173",
96
"http://localhost:3000")); // 개발환경용
97
98
// 허용할 HTTP 메서드
0 commit comments