grab goodies.json from customizer server

This commit is contained in:
Astra 2018-04-21 21:16:45 -04:00
parent e503843419
commit fa9741f76d
1 changed files with 1 additions and 1 deletions

View File

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