mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
routes: slider changes
This commit is contained in:
parent
a3b04173d0
commit
3562c04dc8
6 changed files with 12 additions and 6 deletions
|
@ -44,4 +44,5 @@ export const getRouteList = ({
|
|||
params: {
|
||||
title, distance, author, starred
|
||||
}
|
||||
}).then(result => (result && result.data && result.data.success && result.data)).catch(() => ([]));
|
||||
}).then(result => (result && result.data && result.data.success && result.data))
|
||||
.catch(() => ({ list: [], min: 0, max: 0 }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue