화면관리 ui개선 및 파일업로드 설정

This commit is contained in:
kjs
2025-10-15 13:30:11 +09:00
parent 5a8efa51af
commit 3d242c1c8e
14 changed files with 598 additions and 584 deletions

View File

@@ -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", // 운영 백엔드
];
};