From 9fa4e99dd22ab881df0f146ab4aa0b19343f157d Mon Sep 17 00:00:00 2001 From: SibarchanNayak Date: Wed, 21 Jan 2026 05:34:40 +0000 Subject: [PATCH] Update .env change the .env for server base url --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 2e1c1b7..0b220de 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_API_BASE_URL=http://localhost:3000/api/v1 -# VITE_API_BASE_URL=https://qasure.tech4bizsolutions.com/api/v1 +# VITE_API_BASE_URL=http://localhost:3000/api/v1 +VITE_API_BASE_URL=https://qasure.tech4bizsolutions.com/api/v1