Skip to content

Commit

Permalink
Docs : 페이지네이션 누락된 부분 추가 (멤버 여정 조회)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdjun99 committed Dec 29, 2023
1 parent 6008095 commit a7fc7ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.tenten.tentenbe.domain.trip.dto.response;

import java.util.List;
import org.springframework.data.domain.Page;

public record TripResponse(List<TripSimpleResponse> trips) {
public record TripResponse(Page<TripSimpleResponse> trips) {
}

0 comments on commit a7fc7ac

Please sign in to comment.