Files
RSSHub/lib/v2/hafu/router.js
文沛东 d5af636a4c feat(route): add HAFU 河南财政金融学院 (#10330)
* feat(route): add HAFU 河南财政金融学院

* fix problems

1. fix route path in all files
2. fix radar target()
3. use camelCase
4. use ctx.cache.tryGet()
5. add "attachments" in description

* 1.run format, 2.add Promise.all()
2022-07-28 23:39:48 +08:00

4 lines
91 B
JavaScript

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