Files
RSSHub/lib/v2/cssn/router.js
Hank Chow c64b62a85e feat(route): 中国法学网 (#12363)
* feat: css/iolaw

* feat(route): add cssn
2023-04-21 22:50:35 +08:00

4 lines
96 B
JavaScript

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