clear the testing commits

This commit is contained in:
2025-06-03 14:54:00 +05:30
parent f9083175da
commit 118f65d688
44 changed files with 479 additions and 852 deletions

View File

@@ -29,12 +29,12 @@ v1Zone.get(
);
v1Zone.get(
"/zones/:projectId/:zoneId",
"/zones/:projectId/:zoneUuid",
tokenValidator,
ZoneDataController
);
v1Zone.get(
"/zones/panel/:projectId/:zoneId",
"/zones/panel/:projectId/:zoneUuid",
tokenValidator,
SingleZonePanelController
);

View File

@@ -21,7 +21,7 @@ v1FloatWidget.patch(
DeleteFloatController
);
v1FloatWidget.get(
"/floatWidgets/:zoneId/:projectId",
"/floatWidgets/:zoneUuid/:projectId",
tokenValidator,
GetFloatController
);

View File

@@ -23,7 +23,7 @@ v1Widget3d.patch(
Update3DwidgetController
);
v1Widget3d.get(
"/widget3d/data/:zoneId/:projectId",
"/widget3d/data/:zoneUuid/:projectId",
tokenValidator,
Get3DWidgetController
);