fix the headers

This commit is contained in:
lennyaiko
2025-04-11 09:38:53 +01:00
parent c242e53eaa
commit 76681a9f36
+2 -2
View File
@@ -5,6 +5,6 @@ def get_headers():
return { return {
"Content-Type": "application/json", "Content-Type": "application/json",
"Accept": "application/json", "Accept": "application/json",
"api_key": settings.BANK_CALL_API_KEY, "x-api-key": settings.BANK_CALL_API_KEY,
"app_id": settings.BANK_CALL_APP_ID, "App-Id": settings.BANK_CALL_APP_ID,
} }