feat(route): add 消費者委員會 (#8743)

This commit is contained in:
Ethan Shen
2022-02-02 20:01:13 +08:00
committed by GitHub
parent 36150c1a4d
commit b22d4c0dce
5 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/:category?/:language?/:keyword?', require('./index'));
};