Files
RSSHub/lib/v2/hameln/router.js
huangliangshusheng c6fbc9ecf2 feat(route): add hameln (#9429)
* feat(route): add hameln

* feat(route): add hameln

* fix doc

* Update lib/v2/hameln/chapter.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* add timezone

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-04-01 11:24:31 +08:00

2 lines
82 B
JavaScript

module.exports = (router) => router.get('/chapter/:id', require('./chapter.js'));