Add improvements 2

This commit is contained in:
Urtzi Alfaro
2026-01-12 22:15:11 +01:00
parent 230bbe6a19
commit b931a5c45e
40 changed files with 1820 additions and 887 deletions

View File

@@ -71,7 +71,7 @@ class ServiceAuthenticator:
}
if tenant_id:
headers["X-Tenant-ID"] = str(tenant_id)
headers["x-tenant-id"] = str(tenant_id)
return headers