diff --git a/httpbin/core.py b/httpbin/core.py index 9832e02..a5a9fe1 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -20,8 +20,6 @@ def to_json(*args, **kwargs): return json.dumps(data) - - @app.route('/') def hello(): return to_json(hello='world')