mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 01:30:33 +08:00
Add option to output the cheapest flight only by Hopper (#484)
This commit is contained in:
@@ -422,6 +422,6 @@ router.get('/appstore/update/:country/:id', require('./routes/appstore/update'))
|
||||
router.get('/appstore/price/:country/:type/:id', require('./routes/appstore/price'));
|
||||
|
||||
// Hopper
|
||||
router.get('/hopper/:from/:to?', require('./routes/hopper/index'));
|
||||
router.get('/hopper/:lowestOnly/:from/:to?', require('./routes/hopper/index'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user