Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
u-genuine committed Feb 13, 2024
1 parent 92c8a0a commit 023c4b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class MyCollectionController {
private final MemberService memberService;

@GetMapping("/letter-paper")
@Operation(summary = "내 수집함 편지지 조회 API",
@Operation(summary = "내 수집함 편지지 조회 APIIIIIIIIIII",
description = "페이징을 포함합니다. query String으로 page(기본값 0)와 pageSize(기본값 12)를 주세요.")
public ApiResponse<List<MyCollectionResponseDTO.AcquiredLetterPaperResultDTO>> getMyLetterPaperList(
@RequestParam(defaultValue = "0") int page,
Expand Down

0 comments on commit 023c4b4

Please sign in to comment.