diff --git a/creation.html b/creation.html index 991c756c..6c82af96 100755 --- a/creation.html +++ b/creation.html @@ -847,7 +847,7 @@ uploadSampleBtn.style.pointerEvents = "none"; try { - const response = await fetch("https://alice.ufsj.edu.br:33002/api/upload/sample", { + const response = await fetch("http://alice.ufsj.edu.br:33002/api/upload/sample", { method: "POST", body: formData });