RSSHub/lib/v2/chiculture/router.js

4 lines
91 B
JavaScript

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