Nice Exception Dialog

This commit is contained in:
2020-03-01 23:37:43 +01:00
parent aa24f80fe2
commit 8953ac1808
10 changed files with 273 additions and 10 deletions

View File

@@ -47,6 +47,7 @@ namespace EstusShots.Server
// Register business logic services
services.AddScoped<SeasonsService>();
services.AddScoped<EpisodesService>();
services.AddScoped<PlayersService>();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.