feat(api): RobotHistoryController - сохранение истории работы робота

This commit is contained in:
Mikhail Trubnikov
2023-10-06 13:58:10 +10:00
parent d334e46780
commit 9060db1fe4
14 changed files with 2228 additions and 187 deletions

View File

@@ -71,10 +71,10 @@
public const string templateId = "{templateId}";
}
public static class RobotTemplateHistory
public static class RobotHistory
{
public const string GetAll = Base + "/robot-template-histories/";
public const string Create = Base + "/robot-template-histories/";
//public const string GetAll = Base + "/robot-histories/";
public const string Create = Base + "/robot-histories/";
}
public static class StatusTemplate