Files
RSSHub/lib/v2/ruc/router.js

4 lines
91 B
JavaScript

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