change title of the page

This commit is contained in:
2018-07-02 14:41:49 +03:00
parent c8041cd0bf
commit 913de10f8c
8 changed files with 12 additions and 18 deletions

View File

@@ -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)