Skip to content

Commit 5d08f21

Browse files
committed
Chore: 서버 환경과 CORS 동기화
1 parent fa0e42b commit 5d08f21

File tree

1 file changed

+3
-2
lines changed
  • src/main/java/com/econo_4factorial/newproject/common/config

1 file changed

+3
-2
lines changed

src/main/java/com/econo_4factorial/newproject/common/config/WebConfig.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ public void addCorsMappings(CorsRegistry registry) {
2727
"http://192.168.0.7:3000", // dding
2828
"http://10.20.10.176:3000", // JNU
2929
"http://10.20.10.217:3000", // JNU
30+
"http://10.30.131.71.3000", // JNU
3031
"http://192.168.0.240:3000", // JNU
32+
"http://192.168.0.21:3000", // JNU
3133
"https://soop.euichan.com", // 프론트 배포 주소
3234
"https://econo.soop.euichan.com:17779",// 동방
3335
"http://192.168.0.100:3000", // Econo 5G 라즈베리파이 프론트
34-
"https://soop.euichan.com/", // 프론트 배포 주소
35-
"http://10.30.131.71:3000/"
36+
"https://soop.euichan.com/" // 프론트 배포 주소
3637
)
3738
.allowedMethods("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS")
3839
.allowedHeaders("*")

0 commit comments

Comments
 (0)