Files
RSSHub/lib/v2/ezone/router.js
Ethan Shen e7e2810b29 fix(route): ezone.hk (#8354)
* fix(route): ezone.hk

* add index.js

* fix index.js
2022-02-02 03:22:35 +08:00

4 lines
91 B
JavaScript

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