Skip to content

Commit

Permalink
#85 Mod: 예외 문구에 Redis 문구 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Train0303 committed Oct 7, 2023
1 parent 7fa5cce commit 7c91323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@RequiredArgsConstructor
public enum RedisExceptionStatus implements BaseExceptionStatus {
REFRESH_TOKEN_NOT_FOUND("Redis에 존재하지 않는 Refresh토큰입니다.", 404),
REFRESH_TOKEN_NOT_FOUND("존재하지 않는 Refresh토큰입니다.", 404),
BLACKLIST_TOKEN("블랙리스트에 존재하는 토큰입니다.", 403);


Expand Down

0 comments on commit 7c91323

Please sign in to comment.