feat: add dlmu news feed. (#4280)

This commit is contained in:
Zhou Yang
2020-03-19 19:30:16 +08:00
committed by GitHub
parent 77ccb135df
commit 0a9d6a9f04
3 changed files with 63 additions and 0 deletions

View File

@@ -2405,4 +2405,7 @@ router.get('/socialclub/events/:game?', require('./routes/socialclub/events'));
// 湖北大学
router.get('/hubu/news/:type', require('./routes/universities/hubu/news'));
// 大连海事大学
router.get('/dlmu/news/:type', require('./routes/universities/dlmu/news'));
module.exports = router;