demoPOC commited on
Commit
ef76505
·
1 Parent(s): ffa09c7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -169,7 +169,7 @@
169
  // });
170
 
171
  var xhr = new XMLHttpRequest();
172
- xhr.open("POST", '/post_json', true);
173
  xhr.setRequestHeader('Content-Type', 'application/json');
174
  xhr.send(JSON.stringify({
175
  query: userInput
 
169
  // });
170
 
171
  var xhr = new XMLHttpRequest();
172
+ xhr.open("POST", '/agent/chat/suggestion', true);
173
  xhr.setRequestHeader('Content-Type', 'application/json');
174
  xhr.send(JSON.stringify({
175
  query: userInput