Skip to content

Commit

Permalink
Remove DI. (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JialinXin authored Aug 5, 2024
1 parent 5e4a1d7 commit d65942a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/BlazorChat/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public void ConfigureServices(IServiceCollection services)
{
services.AddRazorPages();
services.AddServerSideBlazor();
services.AddSignalR().AddAzureSignalR("Endpoint=https://jixinaue.service.signalr.net;AccessKey=cOKNRVvika0bEO93RytJUUyPPZu9dUl+M8mD2LK461U=;Version=1.0;");
services.AddSingleton<WeatherForecastService>();
}

Expand Down

0 comments on commit d65942a

Please sign in to comment.