mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 09:12:01 +08:00
fix(route): 生物探索 (#8098)
This commit is contained in:
@@ -4203,9 +4203,6 @@ router.get('/x410/news', lazyloadRouteHandler('./routes/x410/news'));
|
||||
// 恩山无线论坛
|
||||
router.get('/right/forum/:id?', lazyloadRouteHandler('./routes/right/forum'));
|
||||
|
||||
// 生物探索
|
||||
router.get('/biodiscover/:channel?', lazyloadRouteHandler('./routes/biodiscover'));
|
||||
|
||||
// 香港經濟日報
|
||||
router.get('/hket/:category?', lazyloadRouteHandler('./routes/hket/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user