Work on temporary hosted files
This commit is contained in:
@@ -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(...),
|
||||
|
||||
Reference in New Issue
Block a user