[07] Like Api 개발
·
프로젝트/Archive
이전글 [06] Comment Api 개발 - 2 이전글 https://chordplaylist.tistory.com/231 댓글 조회 앤드포인트 GET /posts/{postId}/comments[?page=0] 리턴 { "resultCode": "SUCCESS", "result":{ "content":[ { "id": 3, "comment": "comment test3", "userName": "test", "postId": 2, "createdAt" chordplaylist.tistory.com Like API Like API를 개발하면서 삭제 방식을 Hard Delete에서 Soft Delete 방식으로 모두 전환하였습니다. DeleteAt이라는 변수를 Base Entity에 추가하여 Post, ..