mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
grab goodies.json from customizer server
This commit is contained in:
parent
e503843419
commit
fa9741f76d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
// fetch goodies.json
|
// 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(x => x.json())
|
||||||
.then(r => __goodies = r);
|
.then(r => __goodies = r);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue