new changes in api base url
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user