diff options
-rw-r--r-- | frontend/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/script.js b/frontend/script.js index 0368b76..68c654c 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -28,7 +28,7 @@ document.addEventListener('DOMContentLoaded', () => { cont.innerHTML = "Generating..."; //const response = await fetch("http://127.0.0.1:9000/yeah", { - const response = await fetch("http://mindmap-back.altafcreator.com/yeah", { + const response = await fetch("https://mindmap-back.altafcreator.com/yeah", { method: "POST", body: formData }) |