화면관리 ui개선 및 파일업로드 설정
This commit is contained in:
@@ -75,6 +75,8 @@ const getCorsOrigin = (): string[] | boolean => {
|
||||
"http://localhost:9771", // 로컬 개발 환경
|
||||
"http://192.168.0.70:5555", // 내부 네트워크 접근
|
||||
"http://39.117.244.52:5555", // 외부 네트워크 접근
|
||||
"https://v1.vexplor.com", // 운영 프론트엔드
|
||||
"https://api.vexplor.com", // 운영 백엔드
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user