mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
feat: add hex-rays news (#3726)
This commit is contained in:
@@ -2098,6 +2098,9 @@ router.get('/mlog-club/projects', require('./routes/mlog-club/projects'));
|
||||
// Chrome 网上应用店
|
||||
router.get('/chrome/webstore/extensions/:id', require('./routes/chrome/extensions'));
|
||||
|
||||
// Hex-Rays News
|
||||
router.get('/hex-rays/news', require('./routes/hex-rays/index'));
|
||||
|
||||
// 新趣集
|
||||
router.get('/xinquji/today', require('./routes/xinquji/today'));
|
||||
router.get('/xinquji/today/internal', require('./routes/xinquji/internal'));
|
||||
|
||||
Reference in New Issue
Block a user