Skip to content

Commit

Permalink
Merge pull request #96 from Dan-sup/feat/mypage
Browse files Browse the repository at this point in the history
feat: ResponseCode 추가
  • Loading branch information
ImTakGyun authored Jan 16, 2024
2 parents 7d6eeb2 + 10bbfe9 commit 061795f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public enum ResponseCode {

// success
SUCCESS_OK(OK, "요청에 성공하였습니다."),
SUCCESS_CHANGE(OK, "수정에 성공하였습니다."),
SUCCESS_CREATED(CREATED, "요청에 성공하였습니다."),

//fail
Expand Down

0 comments on commit 061795f

Please sign in to comment.