diff options
author | altaf-creator <dev@altafcreator.com> | 2025-06-30 20:58:14 +0800 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2025-06-30 20:58:14 +0800 |
commit | 7d9b5febf2ee66f78d39a3c6a6d874131054ba3e (patch) | |
tree | dcb6fc4ba4627d880bbe42fe864b7617526ce68f /frontend | |
parent | 2780072a278fa5128cf961284e5c04312d5e6119 (diff) |
change api url
Diffstat (limited to 'frontend')
-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 }) |