Skip to content

Commit

Permalink
Feat : 컨트롤러 도메인 커밋 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouon committed Feb 7, 2024
1 parent 05a21a0 commit cd91cef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public ResponseEntity<TagStatisticsWithDateResponseDTO> getTagStatistics(
return ResponseEntity.ok(tagStatistics);
}


@GetMapping("/tags/detail")
public ResponseEntity<TagDetailStatisticsResponseDTO> geDetailTagStatistics(
@RequestParam("memberId") Long memberId,
Expand Down

0 comments on commit cd91cef

Please sign in to comment.