From fa9741f76de9cba49400b06998bcbdbcb9d74d2a Mon Sep 17 00:00:00 2001 From: Astra Date: Sat, 21 Apr 2018 21:16:45 -0400 Subject: [PATCH] grab goodies.json from customizer server --- stage2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2.js b/stage2.js index d37c3dd..88ced17 100644 --- a/stage2.js +++ b/stage2.js @@ -37,7 +37,7 @@ }; // fetch goodies.json - fetch('https://endpwn.github.io/goodies.json?_=' + Date.now()) + fetch('http://endpwn.cathoderay.tube/goodies.json?_=' + Date.now()) .then(x => x.json()) .then(r => __goodies = r);