We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb44827 + eb2f579 commit a162742Copy full SHA for a162742
core/network/src/main/kotlin/com/ninecraft/booket/core/network/service/ReedService.kt
@@ -91,7 +91,7 @@ interface ReedService {
91
@Query("title") title: String? = null,
92
@Query("page") page: Int,
93
@Query("size") size: Int,
94
- @Query("sort") sort: String = "CREATED_DATE_DESC",
+ @Query("sort") sort: String = "UPDATED_DATE_DESC",
95
): LibraryResponse
96
97
@DELETE("api/v1/books/my-library/{userBookId}")
0 commit comments