mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
feat(route): add 消費者委員會 (#8743)
This commit is contained in:
3
lib/v2/consumer/router.js
Normal file
3
lib/v2/consumer/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/:category?/:language?/:keyword?', require('./index'));
|
||||
};
|
||||
Reference in New Issue
Block a user