mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
4 lines
91 B
JavaScript
Executable File
4 lines
91 B
JavaScript
Executable File
module.exports = function (router) {
|
|
router.get('/:journal', require('./journal'));
|
|
};
|