mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat: add Polimi News (#2339)
This commit is contained in:
@@ -1389,4 +1389,7 @@ router.get('/monsterhunter/update', require('./routes/monsterhunter/update'));
|
||||
// 005.tv
|
||||
router.get('/005tv/zx/latest', require('./routes/005tv/zx'));
|
||||
|
||||
// Polimi News
|
||||
router.get('/polimi/news/:language?', require('./routes/polimi/news'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user