From 0192d4be37c0f0341bead455922044e52948b32b Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Wed, 19 Mar 2025 17:50:35 +0530 Subject: [PATCH] update API url in env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index ed13177..5754764 100644 --- a/.env +++ b/.env @@ -4,7 +4,7 @@ # VITE_PASSWORD="71%@L%es^bUX94`J9XT*@bh,._WWM{$%^^&&" # VITE_APP_NAME=MyViteApp # VITE_IMG_TEMPLATES='https://ssa.betadelivery.com/storage/app/public/uploads/post_templates/' -VITE_API_URL='https://ssa.betadelivery.com/testing/apia/' +VITE_API_URL='https://ssa.betadelivery.com/testing/apia/v1' VITE_USER_NAME="Admin" VITE_PASSWORD="71%@L%es^bUX94`J9XT*@bh,._WWM{$%^^&&" VITE_APP_NAME=MyViteApp