Skip to content

Commit

Permalink
chore: 에러메시지 관련 번쩍 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Jan 24, 2025
1 parent 65045dd commit 37648e4
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 ErrorStatus {
NOT_FOUND_POST("존재하지 않는 게시글입니다."), // 예외 처리 NotFound로 수정 필요
NOT_FOUND_USER("존재하지 않는 유저입니다."), // 예외 처리 NotFound로 수정 필요
NOT_FOUND_COMMENT("존재하지 않는 댓글입니다."), // 예외 처리 NotFound로 수정 필요
NOT_FOUND_LIGHTNING("번쩍 모임이 없습니다."), // 예외 처리 NotFound로 수정 필요
NOT_FOUND_FLASH("번쩍 모임이 없습니다."), // 예외 처리 NotFound로 수정 필요

/**
* 405 METHOD_NOT_ALLOWED
Expand Down

0 comments on commit 37648e4

Please sign in to comment.