Improve the production frontend 3
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user