feat(api): TestController - рассчитать nextRun
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
{
|
||||
public const string GetMyIp = Base + "/tests/my-ip";
|
||||
|
||||
public const string GetNextRun = Base + "/tests/next-run";
|
||||
|
||||
public const string GetNextScheduleDate = Base + "/tests/next-schedule-date/" + paramApplicationInWorkId + "/" + paramDate;
|
||||
|
||||
public const string GetNextSchedule = Base + "/tests/next-schedule/" + paramApplicationInWorkId + "/" + paramDate;
|
||||
|
||||
Reference in New Issue
Block a user