RSSHub/lib/v2/boc/router.js

4 lines
78 B
JavaScript

module.exports = (router) => {
router.get('/whpj/:format?', './whpj');
};