mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
module.exports = (router) => {
|
|
router.get('/', require('./index'));
|
|
router.redirect('/index', '/xwlb');
|
|
};
|