Add Hopper (#474)

This commit is contained in:
Henry Wang
2018-08-16 09:48:32 +01:00
committed by DIYgod
parent 1bd45821c0
commit cf54583adc
4 changed files with 118 additions and 3 deletions

View File

@@ -414,4 +414,7 @@ router.get('/fir/update/:id', require('./routes/fir/update'));
// Google
router.get('/google/scholar/:query', require('./routes/google/scholar'));
// Hopper
router.get('/hopper/:from/:to?', require('./routes/hopper/index'));
module.exports = router;