fully isolate worker from web via shared

This commit is contained in:
msramalho
2025-06-30 02:48:27 +01:00
parent f27fb12b27
commit 7d66f2b6ac
6 changed files with 81 additions and 77 deletions

View File

@@ -12,9 +12,9 @@ from app.shared import business_logic, schemas
from app.shared.db import models, worker_crud
from app.shared.db.database import get_db_dependency
from app.shared.log import log_error
from app.shared.utils.misc import get_all_urls
from app.web.config import ALLOW_ANY_EMAIL
from app.web.security import token_api_key_auth
from app.web.utils.misc import get_all_urls
router = APIRouter(prefix="/interop", tags=["Interoperability endpoints."])