adding proper return code for teapot
This commit is contained in:
parent
7dd119e36c
commit
f4820968ea
|
@ -85,7 +85,7 @@ def teapot():
|
||||||
"width": "stout"
|
"width": "stout"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
return jsonify(teapots)
|
return jsonify(teapots),418
|
||||||
app.run()
|
app.run()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue