shubhendu-ghosh commited on
Commit
2661c30
·
verified ·
1 Parent(s): 23e3938

Update static/script.js

Browse files
Files changed (1) hide show
  1. 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
  })