feat(templateMatcher): init. сделан воркер, контроллер. перенесена логика из TemplateTaskGenerator
This commit is contained in:
@@ -468,6 +468,15 @@
|
||||
|
||||
#endregion
|
||||
|
||||
#region SyncTask
|
||||
public static class SyncTask
|
||||
{
|
||||
public const string MatchTemplatesForJob = Base + "/sync-tasks/jobs/{jobId}/match-templates";
|
||||
public const string MatchTemplatesForJobGroup = Base + "/sync-tasks/job-groups/{jobGroupId}/match-templates";
|
||||
public const string MatchTemplatesForTemplate = Base + "/sync-tasks/templates/{templateId}/match-templates";
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
public static class Weekend
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user