mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-14 23:42:11 -04:00
Add API back and pagination
This commit is contained in:
parent
a7943e53ea
commit
60e29588ea
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class ApiController extends Controller
|
|||
|
||||
public function memes()
|
||||
{
|
||||
$memes = Meme::get();
|
||||
$memes = Meme::paginate(100);
|
||||
return $memes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue