feat: add Chiphell support (#4215)

This commit is contained in:
tylinux
2020-03-13 00:30:15 +08:00
committed by GitHub
parent 0eec1d0f39
commit 2a2ebb29e8
3 changed files with 91 additions and 0 deletions

View File

@@ -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;