feat: add houmo booksource (#2957)

This commit is contained in:
AngUOI
2019-08-29 18:44:17 +08:00
committed by DIYgod
parent fd82474be6
commit 07a4711a22
3 changed files with 66 additions and 0 deletions

View File

@@ -1678,4 +1678,7 @@ router.get('/cfan/news', require('./routes/cfan/news'));
// 搜狐 - 搜狐号
router.get('/sohu/mp/:id', require('./routes/sohu/mp'));
// 厚墨书源索引
router.get('/houmo/:code?', require('./routes/houmo/booksource'));
module.exports = router;