mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
feat: 添加西南石油大学财经学院和信息学院 (#10970)
* add 西南石油大学财金学院和信息学院 * add 西南石油大学财经学院和信息学院 * Merge branch 'master' of github.com:RiverTwilight/RSSHub * feat: 增加西南石油大学信息学院和财经学院 * lint: remove console-log * lint: simplify got usage, and so on * lint: parenthesize the returned value * lint: remove useless symbol * docs: fixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/bgw/:code', require('./bgw'));
|
||||
router.get('/cjxy/:code', require('./cjxy'));
|
||||
router.get('/dean/:code', require('./dean'));
|
||||
router.get('/dxy/:code', require('./dxy'));
|
||||
router.get('/is/:code', require('./is'));
|
||||
router.get('/scs/:code', require('./scs'));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user