mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 22:19:40 +08:00
feat: 小黑盒游戏折扣改为按平台查询 (#4553)
This commit is contained in:
@@ -1182,7 +1182,7 @@ router.get('/gov/beijing/mhc/:caty', require('./routes/gov/beijing/mhc'));
|
||||
// 小黑盒
|
||||
router.get('/xiaoheihe/user/:id', require('./routes/xiaoheihe/user'));
|
||||
router.get('/xiaoheihe/news', require('./routes/xiaoheihe/news'));
|
||||
router.get('/xiaoheihe/discount', require('./routes/xiaoheihe/discount'));
|
||||
router.get('/xiaoheihe/discount/:platform?', require('./routes/xiaoheihe/discount'));
|
||||
|
||||
// 惠誉评级
|
||||
router.get('/fitchratings/site/:type', require('./routes/fitchratings/site'));
|
||||
|
||||
Reference in New Issue
Block a user