You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix serialisation problem with return codes when used with flask-restful (#168)
* Create the response object then set the response code on the response
by unpacking the tuple or default to 200.
Return a tuple consisting only of the response object allowing
flask-restful to unpack and serialise the response properly.
* Fix indentation
* Update changelog
Co-authored-by: Steven Loria <[email protected]>
0 commit comments