Düzeltme
This commit is contained in:
parent
3a5d699c9c
commit
fc197c9615
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron . --inspect"
|
"start": "DISPLAY=:99 electron . --no-sandbox"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
@ -68,7 +68,7 @@ async function imagé(options)
|
||||||
form.append(name, value);
|
form.append(name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
let t = await fetch("http://localhost:8473/" + generate,{
|
let t = await fetch(`https://pdf.saqut.com/${generate}`,{
|
||||||
method:"post",
|
method:"post",
|
||||||
body: form
|
body: form
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue