Files
digifi-EventManager/app/utils/auth.py
T
CHIEFSOFT\ameye af7d2099b9 Fix Que calls
2025-04-12 21:47:22 -04:00

16 lines
354 B
Python

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": "test-api-key-12345",
"App-Id": "app1",
}