RSSHub/lib/v2/cast/router.js

4 lines
74 B
JavaScript

module.exports = (router) => {
router.get('/:column?', './index');
};