We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When authorized user do:
GET api/users/<user_id/
with user that does not exists it get's 401 - unauthorized. Wouldn't be correct to respond with 404 - Not found ?
The text was updated successfully, but these errors were encountered:
Yeah you're right, typo I think
Sorry, something went wrong.
fix(app:api:user): Missing user response code
c176660
Changes: - Send `404` response code when a user cannot be found Closes angular-fullstack#438
Successfully merging a pull request may close this issue.
When authorized user do:
with user that does not exists it get's 401 - unauthorized.
Wouldn't be correct to respond with 404 - Not found ?
The text was updated successfully, but these errors were encountered: