Remove test view.
This commit is contained in:
parent
21d94dc626
commit
c84cfef0fe
@ -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."""
|
||||
|
Loading…
Reference in New Issue
Block a user