From 7cd05668a66c8e230553444fc8e968da17e05ae7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 18:56:41 -0400 Subject: [PATCH] view_landing_page --- httpbin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index 68ffb1d..e8d1f3c 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -29,7 +29,7 @@ def to_json(*args, **kwargs): @app.route('/') -def view_help(): +def view_landing_page(): return render_template('httpbin.1.html')