Files
RSSHub/lib/v2/qq88/router.js
Ethan Shen 1892e139a1 feat(route): add 秋爸日字 (#7715)
* feat(route): add 秋爸日字

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-22 21:39:10 +08:00

4 lines
80 B
JavaScript

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