Add: the-economist gre (#2043)

* Add /the-economist/gre-vocabulary

* 原来有接口 = =

* 忘了写文档 = =
This commit is contained in:
凉凉
2019-05-06 01:03:26 +08:00
committed by DIYgod
parent b073fb8d11
commit e9b5e285e1
3 changed files with 34 additions and 0 deletions

View File

@@ -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;