feat(api): TestController - рассчитать nextRun

This commit is contained in:
Mikhail Trubnikov
2026-03-16 16:11:41 +10:00
parent 74d7affd8e
commit f0aefbc2a1
2 changed files with 26 additions and 8 deletions

View File

@@ -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;