Merge branch 'main' into realTimeVisulization

This commit is contained in:
2025-04-11 18:07:36 +05:30
68 changed files with 3727 additions and 2672 deletions

View File

@@ -1,5 +1,5 @@
// let url_Backend_dwinzo = `http://${process.env.REACT_APP_SERVER_REST_API_BASE_URL}`;
let url_Backend_dwinzo = `http://192.168.0.102:5000`;
let url_Backend_dwinzo = `http://${process.env.REACT_APP_SERVER_REST_API_BASE_URL}`;
// let url_Backend_dwinzo = `http://192.168.0.102:5000`;
export const clearPanel = async (
zoneId: string,
organization: string,

View File

@@ -18,7 +18,7 @@ export const loadTempleteApi = async (
);
if (!response.ok) {
throw new Error("Failed to add 3dwidget in the zone");
throw new Error("Failed to load Template in the zone");
}
const result = await response.json();