Marthee commited on
Commit
84a2268
·
verified ·
1 Parent(s): 621aee6

Update templates/gui.html

Browse files
Files changed (1) hide show
  1. templates/gui.html +1 -1
templates/gui.html CHANGED
@@ -33,7 +33,7 @@ function processPdf() {
33
  formData.append('keyword', JSON.stringify(keyword));
34
 
35
  // Send the data to the Flask server
36
- fetch('/api/process-data', {
37
  method: 'POST',
38
  body: formData,
39
  })
 
33
  formData.append('keyword', JSON.stringify(keyword));
34
 
35
  // Send the data to the Flask server
36
+ fetch('/apiNBSData', {
37
  method: 'POST',
38
  body: formData,
39
  })