RSSHub/lib/v2/web3caff/router.js

4 lines
81 B
JavaScript

module.exports = function (router) {
router.get(/([\w-/]+)?/, './index');
};