Skip to content

Commit

Permalink
#33 [style] : 주석 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jun 17, 2024
1 parent 574c01a commit d4d54c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ResponseEntity<ApiResponse<List<DashBoardDto.UserCoinResponse>>> getUserC
return ApiResponse.onSuccess(SuccessStatus.SUCCESS_GET_USER_COINS, userCoins);
}

// 대표 코인 5개 조회 API
// 대표 코인 12개 조회 API
@GetMapping("/coins/representative")
public ResponseEntity<ApiResponse<List<DashBoardDto.RepresentativeCoinResponse>>> getRepresentativeCoins() {

Expand Down

0 comments on commit d4d54c2

Please sign in to comment.