HotChanges_10_10_25 #472

Merged
pramod.mahajan merged 14 commits from HotChanges_10_10_25 into main 2025-10-10 14:50:05 +00:00
Showing only changes of commit f4edcfd2f3 - Show all commits

View File

@ -3,6 +3,11 @@ export const DURATION_TIME = 10; // minutes
export const ITEMS_PER_PAGE = 20;
export const OTP_EXPIRY_SECONDS = 300; // OTP time
export const BASE_URL = process.env.VITE_BASE_URL;
// export const BASE_URL = "https://api.marcoaiot.com";
export const MANAGE_MASTER = "588a8824-f924-4955-82d8-fc51956cf323";
export const VIEW_MASTER = "5ffbafe0-7ab0-48b1-bb50-c1bf76b65f9d";
@ -142,6 +147,3 @@ export const PROJECT_STATUS = [
];
export const DEFAULT_EMPTY_STATUS_ID = "00000000-0000-0000-0000-000000000000";
export const BASE_URL = process.env.VITE_BASE_URL;
// export const BASE_URL = "https://api.marcoaiot.com";