mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
* feat(route): add 上海教育考试院自学考试通知公告 * refactor: migrate to v2 Co-authored-by: oyydd <oyy284688@gmail.com> Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
module.exports = function (router) {
|
|
router.get('/', require('./index'));
|
|
router.get('/self-study', require('./self-study'));
|
|
};
|