Remove JS errors

This commit is contained in:
Lewis7Lewis 2025-10-28 21:39:41 +01:00
parent 5fac72bb46
commit 952f2ec584

View file

@ -69,7 +69,7 @@ async function uplaodfnc() {
fdata.append("reptype", "json");
console.log(fdata);
const response = await fetch("/upload/", {
response = await fetch("/upload/", {
method: "POST",
body: fdata,
});
@ -114,7 +114,7 @@ async function uplaodfnc() {
fdata.append("end","end")
console.log(fdata);
const response = await fetch("/upload/", {
response = await fetch("/upload/", {
method: "POST",
body: fdata,
});