fix the headers
This commit is contained in:
+2
-2
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user