diff --git a/.env b/.env index ca687b1..415efed 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_API_URL=http://127.0.0.1:4000 \ No newline at end of file +VITE_API_URL="http://localhost:4000" \ No newline at end of file diff --git a/.gitignore b/.gitignore...