Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public ApiResponse<CommunityResponseDTO.PostListDTO> getCommunityList(@RequestHe
return ApiResponse.onSuccess(communityService.getCommunityList(gmail, categoryId, page, size));
}

@GetMapping(value = "/{category_id}/detail/{community_id}")
@GetMapping(value = "/detail/{community_id}")
@Operation(summary = "커뮤니티 글 상세 조회 API", description = "커뮤니티 게시글을 상세 조회하는 API입니다.")
@ApiResponses({
@io.swagger.v3.oas.annotations.responses.ApiResponse(responseCode = "COMMON200", description = "OK, 성공"),
Expand Down
Loading