mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
* Update router.js * update * try * Update utils.js * Update utils.js * Update utils.js * update * update * update * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
module.exports = (router) => {
|
|
router.get('/jwc/:type', require('./jwc/jwc'));
|
|
router.get('/ceai/:type', require('./ceai/ceai'));
|
|
};
|