Files
RSSHub/lib/v2/informs/router.js
2022-01-22 20:26:34 +00:00

4 lines
91 B
JavaScript

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