feat: add 东北大学新闻网 (#3965)

This commit is contained in:
Jeason Lau
2020-02-15 19:13:38 +08:00
committed by GitHub
parent 63aea3bc3c
commit 0c862876a5
3 changed files with 78 additions and 0 deletions

View File

@@ -2232,4 +2232,7 @@ router.get('/2048/bbs/:fid', require('./routes/2048/bbs'));
// Google News
router.get('/google/news/:category/:locale', require('./routes/google/news'));
// 东北大学
router.get('/neu/news/:type', require('./routes/universities/neu/news'));
module.exports = router;