mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
Add: the-economist gre (#2043)
* Add /the-economist/gre-vocabulary * 原来有接口 = = * 忘了写文档 = =
This commit is contained in:
@@ -1306,4 +1306,7 @@ router.get('/saraba1st/thread/:tid', require('./routes/saraba1st/thread'));
|
||||
router.get('/gradcafe/result/:type', require('./routes/gradcafe/result'));
|
||||
router.get('/gradcafe/result', require('./routes/gradcafe/result'));
|
||||
|
||||
// The Economist
|
||||
router.get('/the-economist/gre-vocabulary', require('./routes/the-economist/gre-vocabulary'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user