dl route shorted

This commit is contained in:
2023-08-20 11:05:18 +03:00
parent 654891a61e
commit 8377ed7508
3 changed files with 12 additions and 13 deletions

View File

@@ -179,7 +179,7 @@ def file_full_path(token, name):
def file_full_url(token, name):
return f"{app.config['PUBLIC_URL']}/dl/{token}/{name}"
return f"{app.config['PUBLIC_URL']}/d/{token}/{name}"
def file_list():