From 136256194f353ff9385a03331dab41fdc81c21d3 Mon Sep 17 00:00:00 2001 From: Afshan Khan <70753651+Afshan-svg@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:37:04 +0530 Subject: [PATCH] Update .env.sample REACT_APP_BASE_URL=http://localhost:8001.com Will be used only for deployment will not allow developers to clone and run the codebase on their local server REACT_APP_BASE_URL=http://localhost:8001/ for development purpose --- client/.env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.env.sample b/client/.env.sample index cc5d577..d52320a 100755 --- a/client/.env.sample +++ b/client/.env.sample @@ -1 +1 @@ -REACT_APP_BASE_URL=http://localhost:8001.com/ +REACT_APP_BASE_URL=http://localhost:8001/