mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
* feat(route): add 苏州科技大学教务处 * fix(radar): fix radar docs link * fix(route): fix CodeQl high severity security vulnerability * Update lib/v2/usts/jwch.js Co-authored-by: Tony <TonyRL@users.noreply.github.com>
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = function (router) {
|
|
router.get('/jwch/:type?', require('./jwch'));
|
|
};
|