diff --git a/client/.env.example b/client/.env.example index 745dff1..944dcbb 100644 --- a/client/.env.example +++ b/client/.env.example @@ -1,2 +1,2 @@ -VITE_BACKEND_URL=localhost:4400 -VITE_AZURE_BACKEND_URL=localhost:4400 \ No newline at end of file +VITE_BACKEND_URL=http://localhost:4400 +VITE_AZURE_BACKEND_URL=http://localhost:4400 \ No newline at end of file