Working on Journals module and using React with Axios.
This commit is contained in:
@@ -38,6 +38,8 @@ async def get_account_header(x_account_id:str = Header(...)):
|
||||
elif x_account_id == '':
|
||||
log.info('The x-account-id header was empty.')
|
||||
account = { 'id': None, 'id_random': None }
|
||||
#account = { 'id': 0, 'id_random': 'abcdef123456' }
|
||||
|
||||
|
||||
return account
|
||||
# ### END ### API Lib General ### async get_account_header() ###
|
||||
|
||||
Reference in New Issue
Block a user