mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
refactor: /rsshub/rss -> /rsshub/routes
This commit is contained in:
@@ -6,6 +6,6 @@ const config = require('./config').value;
|
||||
router.use('/(.*)', auth(config.authentication));
|
||||
|
||||
// RSSHub
|
||||
router.get('/rsshub/rss', require('./routes/rsshub/rss'));
|
||||
router.get('/rsshub/routes', require('./routes/rsshub/routes'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user