mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
feat(route): rsshub en routes (#9122)
* feat(route): rsshub en routes * fix: add radar.js
This commit is contained in:
@@ -6,6 +6,6 @@ const config = require('./config').value;
|
||||
router.use('/(.*)', auth(config.authentication));
|
||||
|
||||
// RSSHub
|
||||
router.get('/rsshub/routes', require('./routes/rsshub/routes'));
|
||||
router.get('/rsshub/routes/:lang?', require('./v2/rsshub/routes'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user