From 45faf4e9dd3b1c52e8a3dd05f1e936b43f34d4f5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 8 Oct 2018 20:10:44 +0800 Subject: [PATCH] Update views/plugins.py --- views/plugins.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/views/plugins.py b/views/plugins.py index ae7ebcad2..7a1572d12 100644 --- a/views/plugins.py +++ b/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():