forked from DebaucheryLibrarian/traxxx
Added rudimentary tags page. Improved social match behavior.
This commit is contained in:
@@ -21,7 +21,7 @@ async function fetchActorsApi(req, res) {
|
||||
return;
|
||||
}
|
||||
|
||||
const actors = await fetchActors();
|
||||
const actors = await fetchActors(null, req.query.limit);
|
||||
|
||||
res.send(actors);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user