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