mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
*DRAMATIC SIGH*
This commit is contained in:
parent
116864889f
commit
8c7be7e71d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
fetch('https://endpwn.github.io/epapi.js?_=' + Date.now())
|
fetch('https://endpwn.github.io/epapi.js?_=' + Date.now())
|
||||||
.then(r => r.text())
|
.then(r => r.text())
|
||||||
.then(epapi => {
|
.then(epapi => {
|
||||||
fs.writeFileSync(t + '/epapi.js', epapi);
|
fs.writeFileSync(data + '/epapi.js', epapi);
|
||||||
setTimeout(load, 1000);
|
setTimeout(load, 1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue