mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* add(route) add a hdu-cs route and three pku-ss route * add(route) add the route files above * update the old hdu route style * optimize the file name
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
module.exports = function (router) {
|
|
// 杭州电子科技大学
|
|
router.get('/cs', require('./cs/notice'));
|
|
router.get('/cs/pg', require('./cs/pg'));
|
|
};
|