增加21财经的频道RSS (#1855)

This commit is contained in:
Ethan H
2019-04-08 11:24:12 +08:00
committed by DIYgod
parent 1ef6e38bba
commit 9091978f90
3 changed files with 81 additions and 0 deletions

View File

@@ -1237,4 +1237,7 @@ router.get('/mobdata/report', require('./routes/mobdata/report'));
// 谷雨
router.get('/tencent/guyu/channel/:name', require('./routes/tencent/guyu/channel'));
// 21财经
router.get('/21caijing/channel/:name', require('./routes/21caijing/channel'));
module.exports = router;