RSSHub/lib/v2/modb/router.js

4 lines
75 B
JavaScript

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