diff --git a/xppl/views.py b/xppl/views.py index 4b1b4c8..7c4156f 100755 --- a/xppl/views.py +++ b/xppl/views.py @@ -88,11 +88,6 @@ def home(): ) -@app.route('/hello/') -def hello(name): - return "Hello " + name - - @app.route('/about/') def about(): """Render the website's about page."""