progress on disbursement endpoint
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
import requests
|
||||
from flask import current_app
|
||||
|
||||
|
||||
def get_headers():
|
||||
return {
|
||||
"Authorization": f"Bearer {current_app.config['JWT_SECRET_KEY']}",
|
||||
"Content-Type": "application/json"
|
||||
"Content-Type": "application/json",
|
||||
"Accept": "application/json",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user