feat(api): appInWorkContoller добавлен метод Update
This commit is contained in:
@@ -290,8 +290,6 @@
|
||||
public const string GetAll = Base + "/jobs/";
|
||||
public const string Get = Base + "/jobs/" + getParam;
|
||||
|
||||
public const string GetScheduler = Base + "/jobs/" + getParam + "/scheduller";
|
||||
|
||||
public const string Delete = Base + "/jobs/" + getParam;
|
||||
public const string Create = Base + "/jobs/";
|
||||
public const string Update = Base + "/jobs/" + getParam;
|
||||
|
||||
Reference in New Issue
Block a user