mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
what the fuck is going on
This commit is contained in:
parent
1088f06e8a
commit
b56f21fd83
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
// fetch goodies.json
|
// 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(x => x.json())
|
||||||
.then(r => __goodies = r);
|
.then(r => __goodies = r);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue