RSSHub/lib/v2/nmtv/router.js

4 lines
93 B
JavaScript

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