mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 16:20:27 +08:00
fix(route): fix epicgames route address (#8944)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
module.exports = function (router) {
|
module.exports = function (router) {
|
||||||
router.get('/epicgames/:collection', require('./index'));
|
router.get('/:collection', require('./index'));
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user