Merge branch 'master' of git.kaiyuancloud.cn:yumoqing/ahserver

This commit is contained in:
yumoqing 2025-02-19 12:46:52 +08:00
commit 5a95182c00

View File

@ -36,7 +36,7 @@ async def file_handle(request, filepath, download=False):
return r
async def file_download(request, filepath):
return file_handle(request, filepath, download=True)
return await file_handle(request, filepath, download=True)
async def path_download(request, kw, *params):
path = kw.get('path')