mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* 🚩 添加北京科技大学研究生院router * ♻️ 北京科技大学研究生院 refactor to V2 standard * 🚩 fix code & change style * 🚩 fix code & change style * 🚩 fix code & change style * 🚩 fix code & change style Co-authored-by: daiyi <daiyi@mininglamp.com>
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
module.exports = function (router) {
|
|
router.get('/yjsy/news/:type', require('./yjsy/news'));
|
|
};
|