Skip to content

Commit

Permalink
Refactor: 메서드 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
koojun99 committed May 21, 2024
1 parent de37ba9 commit 614f723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class PostApi {

@GetMapping("/posts/{postId}")
@Operation(summary = "게시글 상세조회 \uD83D\uDD11✅", description = "특정 게시글의 상세정보를 조회합니다.")
public CommonResponse<PostResponseDTO.getPostDetails> getFeedDetails(
public CommonResponse<PostResponseDTO.getPostDetails> getPostDetails(
@PathVariable Long treehouseId,
@PathVariable Long postId,
@AuthMember @Parameter(hidden = true) User user
Expand Down

0 comments on commit 614f723

Please sign in to comment.