fix demo session 1

This commit is contained in:
Urtzi Alfaro
2026-01-02 11:12:50 +01:00
parent 507031deaf
commit cf0176673c
15 changed files with 136 additions and 107 deletions

View File

@@ -26,7 +26,7 @@ from shared.utils.demo_dates import adjust_date_for_demo
from app.core.config import settings
router = APIRouter()
router = APIRouter(prefix="/internal/demo", tags=["internal"])
logger = structlog.get_logger()
@@ -154,7 +154,7 @@ async def load_fixture_data_for_tenant(
return 1
@router.post("/internal/demo/clone")
@router.post("/clone")
async def clone_demo_data(
base_tenant_id: str,
virtual_tenant_id: str,