Skip to content

Commit 352f537

Browse files
committed
Merge branch 'dev' into ahsan/feat/auth-screens
2 parents 6afef59 + 4e7f302 commit 352f537

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)