fix(route): fix epicgames route address (#8944)

This commit is contained in:
Fatpandac
2022-02-02 22:43:17 +08:00
committed by GitHub
parent c4f1869625
commit 7fd870ef8f

View File

@@ -1,3 +1,3 @@
module.exports = function (router) {
router.get('/epicgames/:collection', require('./index'));
router.get('/:collection', require('./index'));
};