RSSHub/lib/v2/modb/router.js

4 lines
84 B
JavaScript

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