Files
RSSHub/lib/v2/gihyo/router.js
Yuanji 057c5fbaa7 feat(route): add gihyo.jp (#10842)
* feat(route): add gihyo.jp

* fix(gihyo): add radar.js & maintainer.js
2022-09-21 21:00:39 +08:00

4 lines
95 B
JavaScript

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