Skip to content

Commit

Permalink
Merge pull request #114 from depromeet/feature/#70
Browse files Browse the repository at this point in the history
카드 메모 에러 메세지 오류
  • Loading branch information
sejoon00 authored Aug 30, 2024
2 parents 9e7a46e + cf3cc14 commit c94ecb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public enum ErrorCode {
CARD_TAG_NOT_FOUND(HttpStatus.NOT_FOUND, "해당 카드와 태그 매핑을 찾을 수 없습니다"),

//CardMemo
CARD_MEMO_NOT_FOUND(HttpStatus.NOT_FOUND, "해당 카드를 찾을 수 없습니다");
CARD_MEMO_NOT_FOUND(HttpStatus.NOT_FOUND, "해당 카드 메모를 찾을 수 없습니다");


private final HttpStatus status;
Expand Down

0 comments on commit c94ecb9

Please sign in to comment.