Minor 3.x Updates (#339)

* remove unnecessary call

* Refactoring test fixture
This commit is contained in:
Steve Smith
2019-12-18 16:59:25 -05:00
committed by GitHub
parent e53117b952
commit fa8839e1d8
9 changed files with 20 additions and 28 deletions

View File

@@ -123,7 +123,6 @@ namespace Microsoft.eShopWeb.Web
options.Conventions.AuthorizePage("/Basket/Checkout");
});
services.AddControllersWithViews();
services.AddControllers();
services.AddHttpContextAccessor();