Skip to content

Commit

Permalink
Alterando requisicao
Browse files Browse the repository at this point in the history
  • Loading branch information
leosfreitas committed Dec 3, 2024
1 parent 2165bbd commit c43b625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c43b625

Please sign in to comment.