mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-16 02:42:57 +08:00
feat(route): add HKEPC (#7585)
This commit is contained in:
@@ -4098,6 +4098,9 @@ router.get('/tongli/news/:type', require('./routes/tongli/news'));
|
||||
// OR
|
||||
router.get('/or/:id?', require('./routes/or'));
|
||||
|
||||
// HKEPC
|
||||
router.get('/hkepc/:category?', require('./routes/hkepc/index'));
|
||||
|
||||
// 海南大学
|
||||
router.get('/hainanu/ssszs', require('./routes/hainanu/ssszs'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user