mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
* 添加潍坊学院及教务处通知 * 添加潍坊学院router * Create jwc.js * Create news.js * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
module.exports = (router) => {
|
|
router.get('/jwc', require('./jwc'));
|
|
router.get('/news/:type?', require('./news'));
|
|
};
|