Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Error status code #4

Closed
eliusxpol opened this issue Aug 17, 2019 · 1 comment
Closed

Error status code #4

eliusxpol opened this issue Aug 17, 2019 · 1 comment

Comments

@eliusxpol
Copy link

Hi,
I found this repo amazing and very useful.
There is a small issue i noticed in the status code when the app raise an exception; it's sending 200 status code.
I did solve it by adding the exc status code in this line:

return JSONResponse({"errors": [exc.detail]})

@nsidnev
Copy link
Owner

nsidnev commented Aug 18, 2019

Oh, thanks, missed that. Fixed in de9afb1.

@nsidnev nsidnev closed this as completed Aug 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants