Skip to content

Commit

Permalink
Remove unused HttpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 8, 2023
1 parent 1a1e346 commit 8af2907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pkmds.Blazor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

builder.Services
.AddMudServices()
.AddScoped(_ => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) })
.AddScoped<IAppState, AppState>()
.AddScoped<IRefreshService, RefreshService>()
.AddScoped<IAppService, AppService>()
Expand Down

0 comments on commit 8af2907

Please sign in to comment.