Update .env to set the API base URL for production environment, replacing the local development URL.

This commit is contained in:
Yashwin 2026-01-22 17:20:57 +05:30
parent d31d8ef8f5
commit 2c8a3459e4

4
.env
View File

@ -1,2 +1,2 @@
VITE_API_BASE_URL=http://localhost:3000/api/v1
# VITE_API_BASE_URL=https://backendqaasure.tech4bizsolutions.com/api/v1
# VITE_API_BASE_URL=http://localhost:3000/api/v1
VITE_API_BASE_URL=https://backendqaasure.tech4bizsolutions.com/api/v1