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);