Adding multi tenant check and Starting firm initialization

This commit is contained in:
2025-04-12 18:12:56 +02:00
parent 9ef599bbd5
commit c7e946f963
14 changed files with 205 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ import shutil
from uuid import UUID
from firm.contract.models import Contract, Party
from firm.core.routes import get_tenant_db_cursor
from firm.core.depends import get_tenant_db_cursor
signature_router = APIRouter()