tentando resolver problema do download do zip no mmpCreator
Deploy / Deploy (push) Successful in 1m34s Details

This commit is contained in:
JotaChina 2025-12-10 15:55:49 -03:00
parent 09c15b83bb
commit 3c5b571482
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@
uploadSampleBtn.style.pointerEvents = "none"; uploadSampleBtn.style.pointerEvents = "none";
try { 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", method: "POST",
body: formData body: formData
}); });