Skip to content

Commit

Permalink
[Refactor] refactor file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio committed May 13, 2024
1 parent 3a97e91 commit ebb2792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public enum ErrorCode {
NOT_EXIST_MEMBER("404_Not_Found", "회원이 존재하지 않습니다."),
NOT_EXIST_TODO("404_Not_Found", "TODO가 존재하지 않습니다."),

// 409 Conflict 중복된 값
// 409 Conflict (중복된 값)
EXIST_USERID("409_Conflict", "이미 존재하는 아이디입니다."),
EXIST_EMAIL("409_Conflict", "이미 존재하는 이메일입니다.");

Expand Down

0 comments on commit ebb2792

Please sign in to comment.