master
q3k 2014-03-27 16:43:56 +01:00
parent 8ba1bb694d
commit 0e417e22af
1 changed files with 5 additions and 0 deletions

5
app.py
View File

@ -16,6 +16,11 @@ def teardown_request(exception):
g.db.close()
@app.route('/robots.txt')
def robots():
return "Disallow: *"
@app.route('/terms')
@app.route('/')
def list_terms():