RSSHub/lib/v2/hackernews/router.js

4 lines
95 B
JavaScript

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