Files
digifi-EventManager/app/utils/auth.py
T
2025-04-10 21:50:25 +01:00

10 lines
168 B
Python

import requests
from flask import current_app
def get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
}