Spaces:
Sleeping
Sleeping
Update static/script.js
Browse files- static/script.js +1 -1
static/script.js
CHANGED
|
@@ -64,7 +64,7 @@ function sendQuestion() {
|
|
| 64 |
addMessage(question, "user");
|
| 65 |
input.value = "";
|
| 66 |
|
| 67 |
-
fetch("/query
|
| 68 |
method: "POST",
|
| 69 |
body: formData
|
| 70 |
})
|
|
|
|
| 64 |
addMessage(question, "user");
|
| 65 |
input.value = "";
|
| 66 |
|
| 67 |
+
fetch("/query", {
|
| 68 |
method: "POST",
|
| 69 |
body: formData
|
| 70 |
})
|