Skip to content

Commit 91f10fc

Browse files
authored
Merge pull request #56 from team-fontory/chore/cors
chore: Add cors url
2 parents e0c1e42 + c3f6c48 commit 91f10fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/fontory/fontorybe/config/WebConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public void addInterceptors(InterceptorRegistry registry) {
4040
public CorsConfigurationSource corsConfigurationSource() {
4141
CorsConfiguration configuration = new CorsConfiguration();
4242
configuration.setAllowedOrigins(List.of(
43+
"http://localhost:3000",
4344
"http://localhost:5173",
4445
"https://www.fontory.co.kr",
4546
"https://fontory.co.kr",

0 commit comments

Comments
 (0)