Files
RSSHub/lib/v2/nippon/router.js
Laam Pui 81cd715ed0 feat(route): add nippon.com (#7312)
* 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>
2022-02-01 01:04:03 +08:00

4 lines
91 B
JavaScript

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