fix(route): zaker wrong link (#8776)

This commit is contained in:
Tony
2022-01-23 03:24:12 +07:00
committed by GitHub
parent 2aa347d1a7
commit f2a2d11268
8 changed files with 96 additions and 141 deletions

3
lib/v2/zaker/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = (router) => {
router.get('/:type/:id?', require('./index'));
};