mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 17:19:37 +08:00
feat: remove toutiao
This commit is contained in:
@@ -203,10 +203,6 @@ router.get('/dapenti/subject/:id', lazyloadRouteHandler('./routes/dapenti/subjec
|
||||
// Dockone
|
||||
router.get('/dockone/weekly', lazyloadRouteHandler('./routes/dockone/weekly'));
|
||||
|
||||
// 开发者头条
|
||||
router.get('/toutiao/today', lazyloadRouteHandler('./routes/toutiao/today'));
|
||||
router.get('/toutiao/user/:id', lazyloadRouteHandler('./routes/toutiao/user'));
|
||||
|
||||
// 众成翻译
|
||||
router.get('/zcfy', lazyloadRouteHandler('./routes/zcfy/index'));
|
||||
router.get('/zcfy/index', lazyloadRouteHandler('./routes/zcfy/index')); // 废弃
|
||||
|
||||
Reference in New Issue
Block a user