RSSHub/lib/v2/aip/router.js

5 lines
225 B
JavaScript

module.exports = function (router) {
router.get('/:pub/:jrn', require('./journal'));
// router.get('/:pub/:jrn', require('./journal-pupp')); // Switch to this route if the official website blocks the "got" method.
};