Files
RSSHub/lib/v2/techflow520/router.js
Ethan Shen 0f3a0b76d4 feat(route): add 深潮TechFlow (#9965)
* feat(route): add 深潮TechFlow

* fix: add category
2022-06-16 20:06:47 +08:00

5 lines
145 B
JavaScript

module.exports = function (router) {
router.get('/newsflash', require('./newsflash'));
router.get('/:category?', require('./index'));
};