RSSHub/lib/v2/pku/router.js

4 lines
91 B
JavaScript

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