feat(api): RobotHistoryController - сохранение истории работы робота
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user