mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
7 lines
319 B
JavaScript
7 lines
319 B
JavaScript
module.exports = (router) => {
|
|
router.get('/cae/:type/:getDescription?', require('./college/cae'));
|
|
router.get('/cs/:type/:getDescription?', require('./college/cs'));
|
|
router.get('/jwc/:type/:getDescription?', require('./jwc/jwc'));
|
|
router.get('/yjsy/:type/:getDescription?', require('./yjsy/yjsy'));
|
|
};
|