Files
RSSHub/lib/v2/ustb/router.js
DA1Y1 c9e754b287 feat(route): 🚩 添加北京科技大学研究生院router (#8979)
* 🚩 添加北京科技大学研究生院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>
2022-02-05 00:49:52 +08:00

4 lines
100 B
JavaScript

module.exports = function (router) {
router.get('/yjsy/news/:type', require('./yjsy/news'));
};