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')