Cleanup demo files

This commit is contained in:
Andre Beging
2025-03-28 17:20:23 +01:00
parent e19268f3eb
commit 52a2948528
5 changed files with 0 additions and 102 deletions

View File

@@ -17,7 +17,6 @@ builder.WebHost.UseUrls("http://+:8700");
// Add services to the container.
builder.Services.AddRazorPages();
builder.Services.AddServerSideBlazor();
builder.Services.AddSingleton<WeatherForecastService>();
builder.AddDatabaseContext();
// DI