mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
dialogs: head
This commit is contained in:
parent
09658b8126
commit
3de025b0df
3 changed files with 40 additions and 15 deletions
|
@ -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 },
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue