mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +08:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:category?/:language?', require('./example'));
|
|
};
|