view_landing_page

This commit is contained in:
Kenneth Reitz
2011-06-12 18:56:41 -04:00
parent f995d8e3b4
commit 7cd05668a6
+1 -1
View File
@@ -29,7 +29,7 @@ def to_json(*args, **kwargs):
@app.route('/')
def view_help():
def view_landing_page():
return render_template('httpbin.1.html')