feat(api): Просмотр истории роботов

This commit is contained in:
Mikhail Trubnikov
2023-10-13 15:28:17 +10:00
parent f69be40ad3
commit 3f3ab424ba
6 changed files with 71 additions and 43 deletions

View File

@@ -75,7 +75,7 @@
public static class RobotHistory
{
//public const string GetAll = Base + "/robot-histories/";
public const string GetAll = Base + "/robot-histories/";
public const string Create = Base + "/robot-histories/";
}