Files
RSSHub/lib/v2/ngocn2/router.js
Ethan Shen 3936d67139 feat(route): add NGOCN (#8301)
Co-authored-by: DIYgod <diy.d.god@gmail.com>
2021-11-27 07:58:17 +00:00

4 lines
91 B
JavaScript

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