Browse Source

Remove test view.

ansible-setup-and-deploy
Luke Murphy 6 years ago
parent
commit
c84cfef0fe
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 5
      xppl/views.py

5
xppl/views.py

@ -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…
Cancel
Save