RSSHub/lib/v2/transcriptforest/router.js

4 lines
70 B
JavaScript

module.exports = (router) => {
router.get('/:channel?', './');
};