Added actors pagination.
This commit is contained in:
@@ -26,7 +26,7 @@ export async function fetchActorsApi(req, res) {
|
||||
total,
|
||||
} = await fetchActors(curateActorsQuery(req.query), {
|
||||
page: Number(req.query.page) || 1,
|
||||
limit: Number(req.query.limit) || 50,
|
||||
limit: Number(req.query.limit) || 120,
|
||||
});
|
||||
|
||||
res.send({
|
||||
|
||||
Reference in New Issue
Block a user