mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
add 牛客网讨论区 (#1539)
This commit is contained in:
@@ -1037,4 +1037,7 @@ router.get('/gaoqing/latest', require('./routes/gaoqing/latest'));
|
||||
// 轻小说文库
|
||||
router.get('/wenku8/chapter/:id', require('./routes/wenku8/chapter'));
|
||||
|
||||
// 牛客网
|
||||
router.get('/nowcoder/discuss/:type/:order', require('./routes/nowcoder/discuss'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user