Set page size 5

This commit is contained in:
2023-05-26 20:45:44 +02:00
parent 10b063ac25
commit 20afda53b9

View File

@@ -77,7 +77,7 @@ pub async fn get_genres(
_make_request("/api/v1/genres/", params).await _make_request("/api/v1/genres/", params).await
} }
const PAGE_SIZE: &str = "7"; const PAGE_SIZE: &str = "5";
pub async fn search_book( pub async fn search_book(
query: String, query: String,