We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b6c8a commit 60fd5c5Copy full SHA for 60fd5c5
src/main/java/kr/dgucaps/caps/global/config/CorsConfig.java
@@ -22,6 +22,7 @@ public CorsFilter corsFilter() {
22
// CORS 허용 URL
23
List<String> allowedOrigins = Arrays.asList(
24
"http://localhost:8080/",
25
+ "http://localhost:5173/",
26
"https://dgucaps.kr/"
27
);
28
config.setAllowedOrigins(allowedOrigins);
0 commit comments