ikraamkb commited on
Commit
c7b6e39
·
verified ·
1 Parent(s): eb8a568

Update static/appS.js

Browse files
Files changed (1) hide show
  1. static/appS.js +1 -1
static/appS.js CHANGED
@@ -175,7 +175,7 @@ document.addEventListener('DOMContentLoaded', () => {
175
  formData.append('file', selectedFile);
176
  formData.append('length', length);
177
 
178
- const response = await fetch('/summarize/', {
179
  method: 'POST',
180
  body: formData
181
  });
 
175
  formData.append('file', selectedFile);
176
  formData.append('length', length);
177
 
178
+ const response = await fetch('/Summarize/', {
179
  method: 'POST',
180
  body: formData
181
  });