From a06c408964dab6069b894c8fe11d09afdd7f9b81 Mon Sep 17 00:00:00 2001 From: leonoverweel Date: Sat, 1 Apr 2017 21:36:22 +0200 Subject: Replace web server test w/ auth token page --- main.py | 2 +- static/index.html | 32 ++++---------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/main.py b/main.py index 1546a397..d49e4191 100644 --- a/main.py +++ b/main.py @@ -55,7 +55,7 @@ def serve_projects(): return send_from_directory(STATIC_ROOT, 'projects.html') -@FLASK_CORE_APP.route('/web-server-test') +@FLASK_CORE_APP.route('/my-auth-token') def serve_web_server_test(): """Serve the web server test.""" diff --git a/static/index.html b/static/index.html index 744f7d27..3fc1c2d0 100644 --- a/static/index.html +++ b/static/index.html @@ -3,36 +3,9 @@ -