some initial setup and removal of unnecessary web stuff

This commit is contained in:
2021-10-13 10:22:38 -04:00
parent ab7667a796
commit 8fb383d673
10 changed files with 23 additions and 120 deletions

View File

@@ -9,7 +9,6 @@ using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Web.Data;
namespace Web
{
@@ -28,7 +27,6 @@ namespace Web
{
services.AddRazorPages();
services.AddServerSideBlazor();
services.AddSingleton<WeatherForecastService>();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.