Skip to content

Commit

Permalink
[fix] ErrorMessage ',' 수정(#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbbin authored Jul 10, 2024
1 parent 7065f29 commit e395aef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public enum ErrorMessage {
* RECORD
*/

FORBIDDEN_DELETE_RECORD(HttpStatus.FORBIDDEN, "삭제가 불가능한 기록입니다.")
FORBIDDEN_DELETE_RECORD(HttpStatus.FORBIDDEN, "삭제가 불가능한 기록입니다."),
RECORD_NOT_FOUND(HttpStatus.NOT_FOUND, "존재하지 않는 레코드입니다."),
;

Expand Down

0 comments on commit e395aef

Please sign in to comment.