refactoring worker file location

This commit is contained in:
msramalho
2024-10-22 13:01:24 +01:00
parent b013e2a173
commit ec93df98fa
10 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ from web.security import get_token_or_user_auth
from db import schemas
from core.logging import log_error
from worker import celery
from worker.main import celery
task_router = APIRouter(prefix="/task", tags=["Async task operations"])