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
currently a 401 is returned when no user was found. see https://github.com/DaftMonk/generator-angular-fullstack/blob/master/app/templates/server/api/user(auth)/user.controller.js#L45 shouldn't this actually be a 404?
The text was updated successfully, but these errors were encountered:
+1 seems like the logical thing to do here.
Sorry, something went wrong.
fix: return a 404 when no user is found fixes angular-fullstack#711
38c0d7c
Pr was merged; this should be closed, ya?
Thanks @Awk34
No branches or pull requests
currently a 401 is returned when no user was found.
see https://github.com/DaftMonk/generator-angular-fullstack/blob/master/app/templates/server/api/user(auth)/user.controller.js#L45
shouldn't this actually be a 404?
The text was updated successfully, but these errors were encountered: