RSSHub/lib/v2/piyao/router.js

4 lines
84 B
JavaScript

module.exports = function (router) {
router.get('/jrpy', require('./jrpy'));
};