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():