Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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) => {
|