We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0c1e42 + c3f6c48 commit 91f10fcCopy full SHA for 91f10fc
src/main/java/org/fontory/fontorybe/config/WebConfig.java
@@ -40,6 +40,7 @@ public void addInterceptors(InterceptorRegistry registry) {
40
public CorsConfigurationSource corsConfigurationSource() {
41
CorsConfiguration configuration = new CorsConfiguration();
42
configuration.setAllowedOrigins(List.of(
43
+ "http://localhost:3000",
44
"http://localhost:5173",
45
"https://www.fontory.co.kr",
46
"https://fontory.co.kr",
0 commit comments