This commit is contained in:
2026-04-07 13:39:14 +09:00
parent 7669baa171
commit e3fe7b640f
41 changed files with 673 additions and 225 deletions
@@ -284,7 +284,7 @@ export const FileViewerModal: React.FC<FileViewerModalProps> = ({ file, isOpen,
}
} else {
// 기타 파일은 다운로드 URL 사용
// 주의: 프로덕션 URL이 https://api.vexplor.com/api 이므로
// 주의: 프로덕션 URL이 https://api.invion.com/api 이므로
// 끝의 /api만 제거해야 호스트명이 깨지지 않음
const url = `${API_BASE_URL.replace(/\/api$/, "")}/api/files/download/${file.objid}`;
setPreviewUrl(url);