Skip to content

Commit

Permalink
#61 [feat] 성공 메시지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
parkheeddong committed Jan 11, 2024
1 parent 4a8f858 commit f54c8bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public enum SuccessMessage {
MOIM_INFO_SUCCESS(HttpStatus.OK.value(), "글모임 조회가 완료되었습니다."),
PRESIGNED_URL_GET_SUCCESS(HttpStatus.OK.value(), "이미지를 업로드할 url이 발행되었습니다."),
POST_DELETE_SUCCESS(HttpStatus.OK.value(), "글 삭제가 완료되었습니다."),
CATEGORY_LIST_SEARCH_SUCCESS(HttpStatus.OK.value(), "카테고리 리스트 조회가 완료되었습니다."),
/*
201 CREATED
*/
Expand Down

0 comments on commit f54c8bc

Please sign in to comment.