update api call

This commit is contained in:
Simon Vieille 2022-04-05 13:11:53 +02:00
parent 1717ce5c2c
commit 4efc9c2a59

View file

@ -11,7 +11,7 @@ class TTRssClient
{
public function getPager(int $page = 1): array
{
$result = @file_get_contents('https://tiny.deblan.org/deblan_api/?page='.$page);
$result = @file_get_contents('https://tiny.deblan.org/deblan_api/?itemsPerPage=10&page='.$page);
if ($result) {
$result = str_replace('\\u0092', "'", $result);