feat(api,templateActivator): обновлена логика templateActivator
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
namespace PARR.Constants
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PARR.Constants
|
||||
{
|
||||
/// <summary>
|
||||
/// Компоненты ПАРР
|
||||
/// </summary>
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum ParrComponentsEnum
|
||||
{
|
||||
// Тут указываем только Worker`ы
|
||||
|
||||
Reference in New Issue
Block a user