clear the testing commits
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user