mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 10:15:23 +08:00
feat(route): add Research Gate Publications (#7544)
This commit is contained in:
@@ -4212,4 +4212,7 @@ router.get('/s-hentai/:id?', lazyloadRouteHandler('./routes/s-hentai'));
|
||||
|
||||
// Deprecated: DO NOT ADD ROUTE HERE
|
||||
|
||||
// Research Gate
|
||||
router.get('/researchgate/publications/:id', require('./routes/researchgate/publications'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user