Skip to content

Commit

Permalink
refactor:[kakao-tech-campus-2nd-step3#84]- refact ProductApi
Browse files Browse the repository at this point in the history
APi 반환 타입 변경
  • Loading branch information
yooonwodyd committed Nov 14, 2024
1 parent 4a43a29 commit a1c20e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ public ResponseEntity<ApiResponse<Paging>> getProductsByPage(
@RequestParam(name = "size", required = false, defaultValue = "20") int size,
@RequestParam("page") int page,
@RequestParam("sort") ProductSort productSort
)
);
}

0 comments on commit a1c20e9

Please sign in to comment.