Update script.js

This commit is contained in:
KaseToatz1337
2024-04-26 14:32:57 +02:00
parent 131a264ae2
commit 8c4dd48999

View File

@ -49,10 +49,12 @@ window.onload = () => {
text.style.color = "green";
try
{
var request = await fetch("/api/flood", {
fetch("/api/flood", {
method: "POST",
body: formData
});
}).then((response) => {
console.log("YOUR MOMM");
})
response = await request.json();
}
catch (exc)