Skip to content

Commit

Permalink
fix: Readded service
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jan 28, 2024
1 parent 614bac3 commit bb21c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkDotNet.Blog.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using HealthChecks.UI.Client;
using LinkDotNet.Blog.Web.Authentication.OpenIdConnect;
using LinkDotNet.Blog.Web.Authentication.Dummy;
using LinkDotNet.Blog.Web.Features;
using LinkDotNet.Blog.Web.RegistrationExtensions;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Diagnostics.HealthChecks;
Expand Down Expand Up @@ -38,6 +37,7 @@ private static void RegisterServices(WebApplicationBuilder builder)
builder.Services.AddBlazoredToast();
builder.Services.RegisterServices();
builder.Services.AddStorageProvider(builder.Configuration);
builder.Services.AddResponseCompression();
builder.Services.AddBackgroundServices();

builder.Services.AddHealthChecks()
Expand Down

0 comments on commit bb21c8e

Please sign in to comment.