From b56f21fd83c91c093211c9b99eabed86dbb6e9d2 Mon Sep 17 00:00:00 2001 From: Astra Date: Sun, 22 Apr 2018 06:35:50 -0400 Subject: [PATCH] what the fuck is going on --- stage2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stage2.js b/stage2.js index 07a2c83..e32a3ae 100644 --- a/stage2.js +++ b/stage2.js @@ -39,7 +39,8 @@ }; // fetch goodies.json - fetch('https://endpwn.cathoderay.tube/goodies.json?_=' + Date.now()) + //fetch('https://endpwn.cathoderay.tube/goodies.json?_=' + Date.now()) + fetch('https://endpwn.github.io/goodies.json?_=' + Date.now()) .then(x => x.json()) .then(r => __goodies = r);