Skip to content

Commit

Permalink
remove unused service.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 13, 2024
1 parent 5b4e42c commit 1438a5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/backend/proxy/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public void ConfigureServices(IServiceCollection services)

services.AddTransient<ClaimsPrincipal>(s => s.GetService<IHttpContextAccessor>()?.HttpContext?.User);
services.AddScoped<IProxyRequestClient, ProxyRequestClient>();
services.AddScoped<IOpenIdConnectRequestClient, OpenIdConnectRequestClient>();
services.AddResponseCaching();
services.AddMemoryCache();

Expand Down Expand Up @@ -232,7 +231,6 @@ public void ConfigureServices(IServiceCollection services)
/// </summary>
/// <param name="app"></param>
/// <param name="env"></param>
/// <param name="provider"></param>
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UseMetricServer();
Expand Down

0 comments on commit 1438a5c

Please sign in to comment.