mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
* feat: add nippon.com * fix: nippon route * fix: nippon.com route * refactor: nippon route v2 * fix: nippon * Update lib/v2/nippon/index.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> Co-authored-by: Tony <TonyRL@users.noreply.github.com>
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = function (router) {
|
|
router.get('/:category?', require('./index'));
|
|
};
|