From c43b6252594ba0c9c5dc2cf4352191f41bfaacb8 Mon Sep 17 00:00:00 2001 From: leosfreitas Date: Tue, 3 Dec 2024 14:10:09 -0300 Subject: [PATCH] Alterando requisicao --- app/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/App.jsx b/app/src/App.jsx index 81212e7..f784d6e 100644 --- a/app/src/App.jsx +++ b/app/src/App.jsx @@ -97,7 +97,7 @@ function App() { try { const response = await fetch( - "http://127.0.0.1:8000/process-multiple-files", + "http://localhost:8000/process-multiple-files", { method: "POST", body: formData,