Skip to content

Commit

Permalink
Doc: 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
koojun99 committed May 21, 2024
1 parent bffd844 commit de37ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class PostService {
* @param user
* @param postId
* @param treehouseId - 게시글 정보에 표시할 memberBranch을 계산하고 감정표현의 isPushed 상태를 반환하기 위해 user와 treehouseId 사용
* @return FeedResponseDto.getFeedDetails
* @return PostResponseDTO.getPostDetails
*/
@Transactional(readOnly = true)
public PostResponseDTO.getPostDetails getPostDetails(User user, Long postId, Long treehouseId){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@RequiredArgsConstructor
@Slf4j
@Validated
@Tag(name = "Feed API", description = "트리하우스 피드 관련 API 입니다. 게시글 작성, 피드 조회 등의 API가 포함됩니다.")
@Tag(name = "\uD83D\uDCF0 Feed API", description = "트리하우스 피드 관련 API 입니다. 게시글 작성, 피드 조회 등의 API가 포함됩니다.")
@RequestMapping("/treehouses/{treehouseId}/feeds")
public class PostApi {

Expand Down

0 comments on commit de37ba9

Please sign in to comment.