mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Update books query
This commit is contained in:
@@ -20,7 +20,7 @@ pub struct BookFilter {
|
||||
pub id_lte: Option<i32>,
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[derive(Serialize, sqlx::FromRow)]
|
||||
pub struct RemoteBook {
|
||||
pub id: i32,
|
||||
pub title: String,
|
||||
|
||||
Reference in New Issue
Block a user