Events Environmant

This commit is contained in:
CHIEFSOFT\ameye
2025-04-11 04:26:45 -04:00
parent 8cb7f0d784
commit 1a39afb216
3 changed files with 7 additions and 7 deletions
+3 -4
View File
@@ -3,8 +3,7 @@ from app.config import settings
def get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
"api_key": settings.BANK_CALL_API_KEY,
"app_id": settings.BANK_CALL_APP_ID,
'Content-Type': 'application/json',
"x-api_key": settings.BANK_CALL_API_KEY,
"App-Id": settings.BANK_CALL_APP_ID,
}