Files
RSSHub/lib/v2/epicgames/router.js
Ethan Shen 3323398731 fix(route): Epic Games Store (#9712)
* fix(route): Epic Games Store

* docs: add locale and country
2022-05-07 00:28:40 +08:00

4 lines
109 B
JavaScript

module.exports = function (router) {
router.get('/freegames/:locale?/:country?', require('./index'));
};