mirror of
https://github.com/ThunixdotNet/thunix_api.git
synced 2026-01-24 05:10:17 +00:00
adding proper return code for teapot
This commit is contained in:
@@ -85,7 +85,7 @@ def teapot():
|
||||
"width": "stout"
|
||||
}
|
||||
]
|
||||
return jsonify(teapots)
|
||||
return jsonify(teapots),418
|
||||
app.run()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user