mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
use the new epapi path
This commit is contained in:
parent
1b2d792d7b
commit
d3e2d13526
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
if (!fs.existsSync(data + '/DONTUPDATE')) {
|
||||
|
||||
// grab EPAPI from master
|
||||
fetch('https://endpwn.github.io/epapi.js?_=' + Date.now())
|
||||
fetch('https://endpwn.github.io/epapi/epapi.js?_=' + Date.now())
|
||||
.then(r => r.text())
|
||||
.then(epapi => {
|
||||
fs.writeFileSync(data + '/epapi.js', epapi);
|
||||
|
|
Loading…
Reference in a new issue