RSSHub/lib/v2/cssn/router.js

4 lines
87 B
JavaScript

module.exports = function (router) {
router.get('/iolaw/:section?', './iolaw');
};