dl route shorted
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user