dialogs: head

This commit is contained in:
muerwre 2018-12-07 11:03:05 +07:00
parent 09658b8126
commit 3de025b0df
3 changed files with 40 additions and 15 deletions

View file

@ -9,7 +9,7 @@ module.exports = async (req, res) => {
path: 'routes',
select: '_id title distance owner updated_at',
options: {
limit: 20,
limit: 200,
sort: { updated_at: -1 },
}
});