mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
* 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()
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = function (router) {
|
|
router.get('/news/:type?', require('./news'));
|
|
};
|