mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix
This commit is contained in:
@@ -92,7 +92,7 @@ pub async fn get_genres(
|
|||||||
) -> Result<types::Page<types::Genre, Empty>, Box<dyn std::error::Error + Send + Sync>> {
|
) -> Result<types::Page<types::Genre, Empty>, Box<dyn std::error::Error + Send + Sync>> {
|
||||||
let params = vec![("meta", meta)];
|
let params = vec![("meta", meta)];
|
||||||
|
|
||||||
_make_request("/api/v1/genres/", params).await
|
_make_request("/api/v1/genres", params).await
|
||||||
}
|
}
|
||||||
|
|
||||||
const PAGE_SIZE: &str = "5";
|
const PAGE_SIZE: &str = "5";
|
||||||
|
|||||||
Reference in New Issue
Block a user