Skip to content

Commit

Permalink
Merge pull request #209 from gunsight1/hotfix_typo_error_Member_Busin…
Browse files Browse the repository at this point in the history
…ess_Code

hotfix :: typo_error_Member_Business_Code
  • Loading branch information
gunsight1 authored Feb 28, 2024
2 parents f8ab47f + b4b9216 commit c980f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum MemberBusinessCode implements BusinessCode {
SUCCESS_REQUEST_RESET_PASSWORD_PAGE(HttpStatus.FOUND.value(), "BMC013", "비밀번호 초기화 토큰이 유효하므로 비밀번호 초기화 페이지로 접근합니다."),
SUCCESS_REQUEST_RESET_PASSWORD(HttpStatus.OK.value(), "BMC014", "비밀번호가 초기화되었습니다."),
SUCCESS_REQUEST_LOGIN_MEMBER_KAKAO(HttpStatus.OK.value(), "BMC015", "로그인 성공"),
SUCCESS_REQUEST_SIGN_OUT_MEMBER(HttpStatus.OK.value(), "BMC016", "회원탈퇴 성공");
SUCCESS_REQUEST_SIGN_OUT_MEMBER(HttpStatus.OK.value(), "BMC016", "회원탈퇴 성공"),
SUCCESS_FIND_WASH_INFO_IN_MEMBER(HttpStatus.OK.value(), "BMC017","세차정보 조회 성공");

private final int status;
Expand Down

0 comments on commit c980f25

Please sign in to comment.