Fix data fetch 5
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user