RSSHub/lib/v2/famitsu/router.js

4 lines
97 B
JavaScript

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