RSSHub/lib/v2/worldjournal/router.js

4 lines
81 B
JavaScript

module.exports = (router) => {
router.get('/:path*', require('./index'));
};