소스 검색

modified path

tomoya 2 년 전
부모
커밋
53be284c96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/app/app/api/api_v1/endpoints/videos.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/videos.py

@@ -17,7 +17,7 @@ from pathlib import Path
 from app.core.celery_app import celery_app
 
 BACKEND_ZIP_STORAGE = Path("/app").joinpath(settings.BACKEND_ZIP_STORAGE)
-LOCAL_ZIP_STORAGW = Path(settings.BACKEND_ZIP_STORAGE)
+LOCAL_ZIP_STORAGW = Path("/").joinpath(settings.BACKEND_ZIP_STORAGE)
 
 
 router = APIRouter()