mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
feat: add Chiphell support (#4215)
This commit is contained in:
@@ -2348,4 +2348,7 @@ router.get('/csc/notice/:type?', require('./routes/csc/notice'));
|
||||
// LearnKu
|
||||
router.get('/learnku/:community/:category?', require('./routes/learnku/topic'));
|
||||
|
||||
// Chiphell
|
||||
router.get('/chiphell/forum/:forumId?', require('./routes/chiphell/forum'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user