RSSHub/lib/routes/transcriptforest/router.ts

4 lines
68 B
TypeScript

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