We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac749b6 commit 4e7f302Copy full SHA for 4e7f302
src/constants/httpStatus.ts
@@ -1,4 +1,4 @@
1
export enum httpStatus {
2
ok = 200,
3
- unauthorized = 422,
+ unauthorized = 401,
4
}
0 commit comments