Add Google Scholar closes #363 (#463)

This commit is contained in:
Henry Wang
2018-08-14 07:25:58 +01:00
committed by DIYgod
parent 1cf5f3d862
commit e676b0892e
4 changed files with 76 additions and 0 deletions

View File

@@ -415,4 +415,7 @@ router.get('/atfd/:locations/:nearby?', require('./routes/atfd/index'));
// Fir
router.get('/fir/update/:id', require('./routes/fir/update'));
// Google
router.get('/google/scholar/:query', require('./routes/google/scholar'));
module.exports = router;