From 4536ac2f90994fea7ef2d4046ff9e18dbf26205c Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Mon, 19 Feb 2024 22:51:48 +0530 Subject: chore: update production url --- client/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/.env.production b/client/.env.production index 2015d42..486d0c0 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1,2 +1,2 @@ -VITE_CLIENT_BASE_URL=https://example.com -VITE_SERVER_BASE_URL=https://api.example.com +VITE_CLIENT_BASE_URL=https://bin.tablaster.dev +VITE_SERVER_BASE_URL=https://bin.tablaster.dev -- cgit v1.2.3-73-gaa49b