Skip to content

Commit 4e7f302

Browse files
unauthorized changed to 401
1 parent ac749b6 commit 4e7f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/httpStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export enum httpStatus {
22
ok = 200,
3-
unauthorized = 422,
3+
unauthorized = 401,
44
}

0 commit comments

Comments
 (0)