Files
RSSHub/lib/v2/hljucm/router.js
Tony f992838868 feat(route): yjsy (#11724)
* feat(route): yjsy

* fix: url

---------

Co-authored-by: nczitzk <42264778+nczitzk@users.noreply.github.com>
2023-01-30 20:34:59 +08:00

4 lines
89 B
JavaScript

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