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