From 2bfab6d45ce54a4994b1742c6f7c02679537ea37 Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Sun, 12 Oct 2025 22:29:12 +0300 Subject: [PATCH] fix product env url --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 9ee95cf..e4926e9 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_BASE_API_URL = https://menu.fascano.com/api/user_app/ -VITE_BASE_URL = https://pos_development_easypay.generation-zee.ae/ +VITE_BASE_URL = https://dev.fascano.com/ +VITE_BASE_API_URL = https://dev.fascano.com/api/user_app/ VITE_DEFAULT_LANGUAGE = "ar"