diff --git a/httpbin/core.py b/httpbin/core.py index 27005b6..b592c3a 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -55,6 +55,7 @@ def view_user_agent(): @app.route('/get', methods=('GET',)) +@filters.x_runtime @filters.json def view_get(): """Returns GET Data."""