mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -217,7 +217,7 @@ pub async fn get_uploaded_books(
|
||||
("is_deleted", "false".into()),
|
||||
];
|
||||
|
||||
_make_request("/api/v1/books/", params).await
|
||||
_make_request("/api/v1/books", params).await
|
||||
}
|
||||
|
||||
pub async fn get_author_books_available_types(
|
||||
|
||||
Reference in New Issue
Block a user