|
@@ -168,6 +168,7 @@ namespace TEAMModelOS
|
|
|
// services.AddScoped<SecurityHeadersAttribute>();
|
|
|
services.AddSingleton(typeof(IConverter), new SynchronizedConverter(new PdfTools()));
|
|
|
services.AddXkwAPIHttpService(Configuration);
|
|
|
+ //services.AddHostedService<>
|
|
|
}
|
|
|
|
|
|
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|