Логика создания шаблонов
This commit is contained in:
@@ -19,7 +19,7 @@ IHost host = Host.CreateDefaultBuilder(args)
|
||||
//})
|
||||
.ConfigureServices((hostContext, services) =>
|
||||
{
|
||||
//services.AddGeneratorTemplateSettings(hostContext.Configuration);
|
||||
services.AddGeneratorTemplateSettings(hostContext.Configuration);
|
||||
|
||||
services.AddHostedService<Worker>();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user