diff --git a/src/Maps/Startup.cs b/src/Maps/Startup.cs index 6074571..43a0287 100644 --- a/src/Maps/Startup.cs +++ b/src/Maps/Startup.cs @@ -53,6 +53,9 @@ namespace Maps services.AddScoped(); services.AddScoped(); services.AddScoped(); + services.AddScoped(); + services.AddScoped(); + services.AddScoped(); // Add framework services. services.AddApplicationInsightsTelemetry(Configuration); -- libgit2 0.21.4