From 3c5b571482d30aa85abb69b398b5418bb3e9f242 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Wed, 10 Dec 2025 15:55:49 -0300 Subject: [PATCH] tentando resolver problema do download do zip no mmpCreator --- creation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });