diff --git a/thunix_api.py b/thunix_api.py index ffb20f0..eaa80fb 100644 --- a/thunix_api.py +++ b/thunix_api.py @@ -85,7 +85,7 @@ def teapot(): "width": "stout" } ] - return jsonify(teapots) + return jsonify(teapots),418 app.run()