Skip to content

Commit a162742

Browse files
authored
Merge pull request #201 from YAPP-Github/BOOK-348-feature/#182
feat: 내서재 정렬 기준 변경
2 parents fb44827 + eb2f579 commit a162742

File tree

1 file changed

+1
-1
lines changed
  • core/network/src/main/kotlin/com/ninecraft/booket/core/network/service

1 file changed

+1
-1
lines changed

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)