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