RSSHub/lib/v2/xiaozhuanlan/router.js

4 lines
86 B
JavaScript

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