diff --git a/httpbin/core.py b/httpbin/core.py index a5a9fe1..16da970 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -27,7 +27,6 @@ def hello(): @app.route('/headers') def view_headers(): - return to_json(headers='headers')