From 10e49cd275345248487f03d4986cd5d7c3a77a8b Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 19 Mar 2026 11:48:55 +0800 Subject: [PATCH] Added lan backend --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 6ebb0a9..d0bb37b 100644 --- a/.env +++ b/.env @@ -1,5 +1,6 @@ -VITE_BACKEND=http://localhost:4320/api/ +#VITE_BACKEND=http://localhost:4320/api/ # VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/api/ +VITE_BACKEND=http://localhost/esign-server/api/ VITE_PESO=₱ VITE_PUBLICIP=58.69.136.59 \ No newline at end of file