This commit was merged in pull request #9.
This commit is contained in:
2025-04-11 16:36:43 +01:00
+1 -1
View File
@@ -3,7 +3,7 @@ from app.config import settings
def get_headers():
return {
'Content-Type': 'application/json',
"Content-Type": "application/json",
"x-api_key": settings.BANK_CALL_API_KEY,
"App-Id": settings.BANK_CALL_APP_ID,
}