thejagstudio commited on
Commit
64c6f6c
·
verified ·
1 Parent(s): 8042852

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -0
templates/index.html CHANGED
@@ -175,6 +175,7 @@
175
  fetch("http://15.207.222.111/processor", {
176
  method: "POST",
177
  body: formdata,
 
178
  })
179
  .then((response) => response.json())
180
  .then((data) => {
 
175
  fetch("http://15.207.222.111/processor", {
176
  method: "POST",
177
  body: formdata,
178
+ redirect: "follow"
179
  })
180
  .then((response) => response.json())
181
  .then((data) => {