Fix Que calls

This commit is contained in:
CHIEFSOFT\ameye
2025-04-12 21:47:22 -04:00
parent 992e25a443
commit af7d2099b9
4 changed files with 103 additions and 35 deletions
+8 -2
View File
@@ -2,8 +2,14 @@ from app.config import settings
def get_headers():
# return {
# "Content-Type": "application/json",
# "x-api_key": settings.BANK_CALL_API_KEY,
# "App-Id": settings.BANK_CALL_APP_ID,
# }
return {
"Content-Type": "application/json",
"x-api_key": settings.BANK_CALL_API_KEY,
"App-Id": settings.BANK_CALL_APP_ID,
"x-api-key": "test-api-key-12345",
"App-Id": "app1",
}