Files
RSSHub/lib/v2/fosshub/router.js
Ethan Shen 9703916bce feat(route): add FossHub (#10266)
* feat(route): add FossHub

* fix: add pubDate

* fix: parseDate
2022-07-21 00:43:53 -06:00

4 lines
84 B
JavaScript

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