change title of the page
This commit is contained in:
@@ -228,14 +228,6 @@ def upload_url():
|
||||
|
||||
|
||||
|
||||
@app.route('/send/<name>', methods=['GET'])
|
||||
def send(name):
|
||||
(ok,share) = get_share(name)
|
||||
if not ok:
|
||||
return share
|
||||
return render_template('send.html',name=name)
|
||||
|
||||
|
||||
@app.route('/file/list/<name>/<token>', methods=['GET'])
|
||||
def file_list(name, token):
|
||||
(ok,share) = get_share(name, token = token)
|
||||
|
||||
Reference in New Issue
Block a user