mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
view_landing_page
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ def to_json(*args, **kwargs):
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def view_help():
|
||||
def view_landing_page():
|
||||
return render_template('httpbin.1.html')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user