Files
digifi-EventManager/app/utils/auth.py
T
CHIEFSOFT\ameye 1a39afb216 Events Environmant
2025-04-11 04:26:45 -04:00

10 lines
210 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,
}