Skip to content

Commit eb2f579

Browse files
committed
[BOOK-348] feat: 내 서재 정렬 기준 변경 (CREATED_DATE_DESC -> UPDATED_DATE_DESC)
1 parent a4807d2 commit eb2f579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/network/src/main/kotlin/com/ninecraft/booket/core/network/service

core/network/src/main/kotlin/com/ninecraft/booket/core/network/service/ReedService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ interface ReedService {
9191
@Query("title") title: String? = null,
9292
@Query("page") page: Int,
9393
@Query("size") size: Int,
94-
@Query("sort") sort: String = "CREATED_DATE_DESC",
94+
@Query("sort") sort: String = "UPDATED_DATE_DESC",
9595
): LibraryResponse
9696

9797
@DELETE("api/v1/books/my-library/{userBookId}")

0 commit comments

Comments
 (0)