mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
back to the way it was
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ def page_not_found(e):
|
||||
def view_landing_page():
|
||||
"""Generates Landing Page."""
|
||||
|
||||
return render_template('httpbin.1.html')
|
||||
return render_template('index.html')
|
||||
|
||||
|
||||
@app.route('/ip')
|
||||
|
||||
@@ -54,11 +54,6 @@
|
||||
|
||||
{% include 'httpbin.1.html' %}
|
||||
|
||||
<script type="text/javascript" src="//www.hellobar.com/hellobar.js"></script>
|
||||
<script type="text/javascript">
|
||||
new HelloBar(36402,48802);
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var t = document.createElement('script');
|
||||
|
||||
Reference in New Issue
Block a user