mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: add route for aliyun developer topic (#4584)
This commit is contained in:
@@ -1831,6 +1831,7 @@ router.get('/ctfhub/calendar/:limit?/:form?/:class?/:title?', require('./routes/
|
||||
// 阿里云
|
||||
router.get('/aliyun/database_month', require('./routes/aliyun/database_month'));
|
||||
router.get('/aliyun/notice/:type?', require('./routes/aliyun/notice'));
|
||||
router.get('/aliyun/developer/group/:type', require('./routes/aliyun/developer/group'));
|
||||
|
||||
// 礼物说
|
||||
router.get('/liwushuo/index', require('./routes/liwushuo/index.js'));
|
||||
|
||||
Reference in New Issue
Block a user