what the fuck is going on

This commit is contained in:
Astra 2018-04-22 06:35:50 -04:00
parent 1088f06e8a
commit b56f21fd83
1 changed files with 2 additions and 1 deletions

View File

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