Remove test view.

This commit is contained in:
Luke Murphy 2018-11-18 11:39:32 +01:00
parent 21d94dc626
commit c84cfef0fe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -88,11 +88,6 @@ def home():
)
@app.route('/hello/<name>')
def hello(name):
return "Hello " + name
@app.route('/about/')
def about():
"""Render the website's about page."""