Skip to content

Commit

Permalink
[CHORE] 컨벤셕 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jul 11, 2024
1 parent 03b2e73 commit 2b872fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/tiki/server/member/message/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ public enum ErrorCode {
CONFLICT_MEMBER(CONFLICT, "존재하는 이메일입니다."),

/* 400 BAD REQUEST: 잘못된 요청*/
UNMATCHED_PASSWORD(BAD_REQUEST,"비밀번호가 일치하지 않습니다.");

UNMATCHED_PASSWORD(BAD_REQUEST, "비밀번호가 일치하지 않습니다.");

private final HttpStatus httpStatus;
private final String message;
Expand Down

0 comments on commit 2b872fc

Please sign in to comment.