RSSHub/lib/v2/cntv/router.js

4 lines
89 B
JavaScript

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