Work on temporary hosted files

This commit is contained in:
Scott Idem
2021-11-25 12:54:41 -05:00
parent 523a7378c6
commit 54a084d2cb
4 changed files with 18 additions and 18 deletions

View File

@@ -433,7 +433,7 @@ async def get_hosted_file_obj(
# ### BEGIN ### API Hosted File ### download_tmp() ###
# Updated 2021-11-23
@router.get('/download/{filename}', response_model=Resp_Body_Base)
@router.get('/download/tmp/{filename}', response_model=Resp_Body_Base)
async def download_tmp(
filename: str = Query(..., min_length=4, max_length=100),
# x_account_id: str = Header(...),