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
);