Files
RSSHub/lib/v2/fishshell/router.js
x2cf c22b0c12ec feat(route): add fish shell release notes (#12139)
* feat(route): add fish shell release notes

* fix(route): fish shell release notes

* fix(route): fish shell release notes
---------
2023-03-20 23:48:43 +08:00

4 lines
81 B
JavaScript

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