datien228 commited on
Commit
734b8bf
·
1 Parent(s): 6550152
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -192,7 +192,7 @@
192
  e.preventDefault();
193
  $.ajax({
194
  type: 'POST',
195
- url: '/',
196
  data: JSON.stringify(data),
197
  headers: {'Access-Control-Allow-Origin': '*'},
198
  contentType: "application/json",
 
192
  e.preventDefault();
193
  $.ajax({
194
  type: 'POST',
195
+ url: '/summarize',
196
  data: JSON.stringify(data),
197
  headers: {'Access-Control-Allow-Origin': '*'},
198
  contentType: "application/json",