Skip to content

Commit

Permalink
Merge pull request #218 from BudgetBuddiesTeam/refactor/#208
Browse files Browse the repository at this point in the history
[refactor] 할인정보 및 지원정보 인증된 사용자 객체를 가져오도록 수정
  • Loading branch information
SoulTree-Lovers authored Nov 25, 2024
2 parents c86667b + d3bcf1d commit 41dad67
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public enum ErrorStatus implements BaseErrorCode {


_INTERNAL_SERVER_ERROR(HttpStatus.INTERNAL_SERVER_ERROR, "COMMON5000", "서버에러"),
_INTERNAL_SERVER_ERROR(HttpStatus.INTERNAL_SERVER_ERROR, "COMMON5000", "서버 에러. 관리자에게 문의하세요."),
_BAD_REQUEST(HttpStatus.BAD_REQUEST, "COMMON4000", "잘못된 요청"),
_USER_NOT_FOUND(HttpStatus.BAD_REQUEST, "USER4001", "사용자가 없습니다."),
_COMMENT_NOT_FOUND(HttpStatus.BAD_REQUEST, "COMMENT4001", "해당 댓글이 없습니다.") ,
Expand Down
Loading

0 comments on commit 41dad67

Please sign in to comment.