From 3ef0836facf62ba10245a4513bf138ab0104e063 Mon Sep 17 00:00:00 2001 From: Lawin0129 <56766256+Lawin0129@users.noreply.github.com> Date: Sun, 17 Apr 2022 17:05:32 +0100 Subject: [PATCH] Update main.js --- structure/main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/structure/main.js b/structure/main.js index b387de3..dbbb937 100644 --- a/structure/main.js +++ b/structure/main.js @@ -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/" ] });