refactor(api): Удалены лишние таблицы связанные со старой логикой получения заданий роботом.
This commit is contained in:
@@ -63,23 +63,15 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class TemplateRobotStatus
|
||||
{
|
||||
public const string Get = Base + "/templates/" + templateId + "/robot-statuses";
|
||||
public const string Update = Base + "/templates/" + templateId + "/robot-statuses";
|
||||
|
||||
public const string templateId = "{templateId}";
|
||||
}
|
||||
|
||||
public static class RobotHistory
|
||||
{
|
||||
//public const string GetAll = Base + "/robot-histories/";
|
||||
public const string Create = Base + "/robot-histories/";
|
||||
}
|
||||
|
||||
public static class StatusTemplate
|
||||
public static class TaskStatus
|
||||
{
|
||||
public const string GetAll = Base + "/template-statuses/";
|
||||
public const string GetAll = Base + "/task-statuses/";
|
||||
}
|
||||
|
||||
public static class GeneratorTemplate
|
||||
|
||||
Reference in New Issue
Block a user