RSSHub/lib/v2/informs/router.js

4 lines
82 B
JavaScript

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