mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
* feat(route): add 东北大学医学与生物信息工程学院 * Update lib/routes/universities/neu/bmie.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * Update lib/routes/universities/neu/bmie.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix(route): 更新BMIE 格式化日期、采用V2路由 * Apply suggestions from code review Co-authored-by: Tony <TonyRL@users.noreply.github.com> * fix(route):采用 pubDate 解析 * refactor: migrate to v2 Co-authored-by: Athena <qingcaomc+zen@gmail.com>
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
module.exports = (router) => {
|
|
router.get('/bmie/:type', require('./bmie'));
|
|
router.get('/news/:type', require('./news'));
|
|
};
|