From 8a1527cef874a826aaa8ee31dba82c55916f9895 Mon Sep 17 00:00:00 2001 From: abhishek Date: Thu, 9 Jul 2026 15:50:04 +0530 Subject: [PATCH] new changes in api base url --- src/services/fiestaApi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/fiestaApi.ts b/src/services/fiestaApi.ts index 87fb8d7..3345c87 100644 --- a/src/services/fiestaApi.ts +++ b/src/services/fiestaApi.ts @@ -17,8 +17,8 @@ * these functions directly. */ -const FIESTA_BASE = import.meta.env.VITE_FIESTA_URL || 'http://localhost:1122/live/api/v1/web'; -const FIESTA_MOB_BASE = import.meta.env.VITE_FIESTA_MOB_URL || 'http://localhost:1122/live/api/v1/mob'; +const FIESTA_BASE = import.meta.env.VITE_FIESTA_URL || 'https://fiesta.nearle.app/live/api/v1/web'; +const FIESTA_MOB_BASE = import.meta.env.VITE_FIESTA_MOB_URL || 'https://fiesta.nearle.app/live/api/v1/mob'; /** Tenant / location scope shared by the merchant console (Ragul Stores, Coimbatore). */ export const FIESTA_TENANT_ID = 1087;