Improve the production frontend 3

This commit is contained in:
Urtzi Alfaro
2025-09-21 11:57:03 +02:00
parent 13ca3e90b4
commit 29065f5337
6 changed files with 13 additions and 590 deletions

View File

@@ -235,7 +235,6 @@ async def get_nearby_tenants_enhanced(
return tenants
@router.put("/tenants/{tenant_id}", response_model=TenantResponse)
@track_endpoint_metrics("tenant_update")
async def update_tenant_enhanced(
update_data: TenantUpdate,
tenant_id: UUID = Path(..., description="Tenant ID"),