feat: 增加005.tv的二次元资讯 (#2335)

This commit is contained in:
junfengP
2019-06-06 11:55:40 +08:00
committed by DIYgod
parent 45cfbebb52
commit 612e30747a
3 changed files with 57 additions and 0 deletions

View File

@@ -1386,4 +1386,7 @@ router.get('/yxdzqb/:type', require('./routes/yxdzqb'));
// 怪物猎人
router.get('/monsterhunter/update', require('./routes/monsterhunter/update'));
// 005.tv
router.get('/005tv/zx/latest', require('./routes/005tv/zx'));
module.exports = router;