mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
ren ext method
This commit is contained in:
parent
3f6fb2b3ff
commit
e7ec90c63b
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ namespace FilterLists.Agent.Infrastructure.ApplicationInsights
|
|||
{
|
||||
public static class ServiceCollectionExtensions
|
||||
{
|
||||
public static void AddApplicationInsight(this IServiceCollection services)
|
||||
public static void AddApplicationInsights(this IServiceCollection services)
|
||||
{
|
||||
services.AddSingleton(b =>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ public static class ServiceCollectionExtensions
|
|||
public static void ConfigureServices(this IServiceCollection services)
|
||||
{
|
||||
services.AddConfiguration();
|
||||
services.AddApplicationInsight();
|
||||
services.AddApplicationInsights();
|
||||
services.AddLogging();
|
||||
services.AddLocalization();
|
||||
services.AddTransient<Parser>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue