Skip to content

Commit

Permalink
fix: api header error
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianKempski committed Dec 14, 2024
1 parent 7853857 commit d773f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DagoniteEmpire/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static void Main(string[] args)
builder.Services.AddScoped<ErrorHandlingMiddleware>();
builder.Services.AddTransient<IChatManager, ChatManager>();
builder.Services.AddTransient<IEmailSender, EmailSender>();

builder.Services.AddHttpClient();

builder.Services.AddCropper();
builder.Services.AddServerSideBlazor()
Expand Down

0 comments on commit d773f35

Please sign in to comment.