Düzeltme

This commit is contained in:
Yasin İLKAYA 2024-09-24 09:48:43 +03:00
parent 3a5d699c9c
commit fc197c9615
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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
}); });