|
@@ -17,7 +17,7 @@ from pathlib import Path
|
|
from app.core.celery_app import celery_app
|
|
from app.core.celery_app import celery_app
|
|
|
|
|
|
BACKEND_ZIP_STORAGE = Path("/app").joinpath(settings.BACKEND_ZIP_STORAGE)
|
|
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()
|
|
router = APIRouter()
|