Skip to content

Commit

Permalink
refactor: 오류코드 unauthorized 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Sep 20, 2023
1 parent 23519e1 commit 76d52e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export const ERROR_CODE = {
EXPIRED_ACCESS_TOKEN: 9104,
INVALID_TOKEN_VALIDATE: 9105,
NULL_REFRESH_TOKEN: 9106,
UNAUTHORIZED: 9201,
UNEXPECTED_TOKEN_ERROR: 9999,
UNAUTHORIZED: 12000,
} as const;

export const HTTP_ERROR_MESSAGE = {
Expand Down

0 comments on commit 76d52e1

Please sign in to comment.