From 04eeacb30a598f8ba9582fb53ffe1db4bd17511e Mon Sep 17 00:00:00 2001 From: Louis-Antoine Caron Date: Sat, 6 Apr 2024 14:22:56 -0400 Subject: [PATCH] modif example env --- client/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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