mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
renames mics -> misc
This commit is contained in:
@@ -9,7 +9,7 @@ from web.security import get_token_or_user_auth
|
|||||||
from db import schemas
|
from db import schemas
|
||||||
from core.logging import log_error
|
from core.logging import log_error
|
||||||
from worker.main import celery
|
from worker.main import celery
|
||||||
from utils.mics import custom_jsonable_encoder
|
from utils.misc import custom_jsonable_encoder
|
||||||
|
|
||||||
|
|
||||||
task_router = APIRouter(prefix="/task", tags=["Async task operations"])
|
task_router = APIRouter(prefix="/task", tags=["Async task operations"])
|
||||||
|
|||||||
Reference in New Issue
Block a user