feat(route): add 2047 (#8302)

This commit is contained in:
Ethan Shen
2021-10-05 17:29:05 +08:00
committed by GitHub
parent e78b215039
commit 0e93b51f6e
5 changed files with 134 additions and 0 deletions

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

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