RSSHub/lib/v2/chinathinktanks/router.js

4 lines
88 B
JavaScript

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