feat: added MaxNews of Dota 2 (#2176)

* feat: added MaxNews of Dota 2

* fix: CRLF -> LF
This commit is contained in:
Yu Jin
2019-05-19 02:31:25 -07:00
committed by DIYgod
parent 88e8b4900d
commit 501b8febd5
3 changed files with 54 additions and 0 deletions

View File

@@ -1310,6 +1310,9 @@ router.get('/enclavebooks/category/:id?', require('./routes/enclavebooks/categor
router.get('/dsndsht23/:subforumid', require('./routes/dsndsht23/index'));
router.get('/dsndsht23', require('./routes/dsndsht23/index'));
// MaxNews - DotA 2
router.get('/maxnews/dota2', require('./routes/maxnews/dota2'));
// 数英网最新文章
router.get('/digitaling/index', require('./routes/digitaling/index'));