RSSHub/lib/v2/springer/router.js

4 lines
99 B
JavaScript
Executable File

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