Skip to content

Commit c635845

Browse files
authored
Merge pull request #108 from podofarm-dev/woo
[FIX] CORS 추가
2 parents 67b3837 + 4f6e3fa commit c635845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/podofarm/dev/global/config/cors/CorsConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public CorsFilter corsFitter(){
3636
"http://localhost:5175",
3737
"https://school.programmers.co.kr",
3838
"https://" + frontDomain,
39+
"https://test.mildo.xyz/*",
3940
"chrome-extension://magnaalaamndcofdpgeicpnlpdjajbjb")
4041
);
4142

0 commit comments

Comments
 (0)