Files
RSSHub/lib/v2/hitwh/router.js
swwind d6168b9fc6 fix(route): 哈尔滨工业大学(威海)通知公告 (#10801)
* Update today.js

* Update today.js

* refactor: migrate to v2
2022-09-16 19:47:57 +08:00

4 lines
80 B
JavaScript

module.exports = (router) => {
router.get('/today', require('./today'));
};