This commit is contained in:
lennyaiko
2025-04-11 11:10:01 +01:00
3 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -4,7 +4,6 @@ from app.config import settings
def get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
"x-api-key": settings.BANK_CALL_API_KEY,
"x-api_key": settings.BANK_CALL_API_KEY,
"App-Id": settings.BANK_CALL_APP_ID,
}