Update views/plugins.py

pull/109/head
Mr Chen 8 years ago
parent 955e0530a2
commit 931b8676c2
  1. 10
      views/plugins.py

@ -25,9 +25,15 @@ def index():
return render_template('default/ftp.html')
@plugins.route("/gefile")
@plugins.route("/file", methods=['GET'])
def file():
pass
file = request.args.get('f', '')
print file
return jsonify({})
# if file:
# print file
# else:
# print "error"
@plugins.route("/list", methods=['GET', 'POST'])

Loading…
Cancel
Save