Fix data fetch 5

This commit is contained in:
Urtzi Alfaro
2025-07-27 21:32:29 +02:00
parent a627b566d2
commit 938fd24e3a
3 changed files with 152 additions and 22 deletions

View File

@@ -68,7 +68,6 @@ class ServiceAuthenticator:
def get_request_headers(self, tenant_id: str = None) -> Dict[str, str]:
"""Get standard headers for service requests"""
headers = {
"Content-Type": "application/json",
"X-Service": "training-service",
"User-Agent": "training-service/1.0.0"
}