Update views/plugins.py

pull/109/head
Mr Chen 8 years ago
parent 7571d0a4a2
commit 955e0530a2
  1. 5
      views/plugins.py

@ -25,6 +25,11 @@ def index():
return render_template('default/ftp.html')
@plugins.route("/gefile")
def file():
pass
@plugins.route("/list", methods=['GET', 'POST'])
def list():

Loading…
Cancel
Save