feat(api): RobotController get all

This commit is contained in:
Mikhail Trubnikov
2024-05-08 14:47:18 +10:00
parent 079415a40e
commit 5c21f6d322
2 changed files with 52 additions and 0 deletions

View File

@@ -78,6 +78,11 @@
public const string templateId = "{templateId}";
}
public static class Robot
{
public const string GetAll = Base + "/robots/";
}
public static class RobotHistory
{
public const string GetAll = Base + "/robot-histories/";