Skip to content

Commit

Permalink
[CHORE] add schedule api
Browse files Browse the repository at this point in the history
  • Loading branch information
hisemsem authored and devyubin committed Sep 14, 2023
1 parent db74435 commit 63f8da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public enum ResponseStatus {
CONFLICT(409,HttpStatus.Series.CLIENT_ERROR, "Conflict"),
PAYLOAD_TOO_LARGE(413,HttpStatus.Series.CLIENT_ERROR, "Payload Too Large"),
URI_TOO_LONG(414,HttpStatus.Series.CLIENT_ERROR, "URI Too Long"),
MISSING_REQUIRED_FIELD(415, HttpStatus.Series.CLIENT_ERROR, "Required field(s) are missing"),
MISSING_REQUIRED_FIELD(416, HttpStatus.Series.CLIENT_ERROR, "Required field(s) are missing"),

// for mypage status
NO_USER(false, 472, "존재하지 않는 유저입니다."),
Expand Down

0 comments on commit 63f8da5

Please sign in to comment.