Update main.js

This commit is contained in:
Lawin0129
2022-04-17 17:05:32 +01:00
committed by GitHub
parent e695f80910
commit 3ef0836fac

View File

@@ -52,6 +52,11 @@ express.get("/fortnite/api/game/v2/friendcodes/*/epic", async (req, res) => {
express.get("/launcher/api/public/distributionpoints/", async (req, res) => {
res.json({
"distributions": [
"https://download.epicgames.com/",
"https://download2.epicgames.com/",
"https://download3.epicgames.com/",
"https://download4.epicgames.com/",
"https://epicgames-download1.akamaized.net/",
"https://lawinserver.ol.epicgames.com/"
]
});