Skip to content

Commit

Permalink
[Add] #298 - 인증번호 발송 SuccessStatus 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mjKim1229 committed Jul 11, 2023
1 parent a7b2579 commit 699d6ed
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ public enum SuccessStatus {
CREATE_USER(201, "SUCCESS", "유저 등록이 완료 되었습니다"),
CREATE_MASTER(201, "SUCCESS", "마스터 등록이 완료 되었습니다"),

/**
* Success Code : 202
* Accepted
*/
ACCEPTED_SEND_MESSAGE(202,"SUCCESS","인증번호가 발송되었습니다"),

/**
* Success Code : 204
* No Content
Expand Down

0 comments on commit 699d6ed

Please sign in to comment.