From 41a89985d47e47c34f26a4b83c5dca3f661d01ab Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 22:17:27 -0400 Subject: nfsw/__init__.py: Remove 'hello' route. --- nfsw/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nfsw/__init__.py b/nfsw/__init__.py index efc533a..f9f32a2 100644 --- a/nfsw/__init__.py +++ b/nfsw/__init__.py @@ -23,11 +23,6 @@ def create_app(test_config=None): pass - @app.route('/hello') - def hello(): - return 'Hello World :(' - - # register database commands. from nfsw import db -- cgit v1.2.3