From a749ee006ed06874720d6fb0da30797237efae3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20Gussi=C3=A5s=20L=C3=B8kseth?= Date: Sat, 12 Mar 2016 18:03:53 +0100 Subject: [PATCH] Removed one of the comment blocks about Web API 2 Duplicate comment block removed. --- samples/angular/MusicStore/Startup.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/angular/MusicStore/Startup.cs b/samples/angular/MusicStore/Startup.cs index 67008f7..c629d51 100755 --- a/samples/angular/MusicStore/Startup.cs +++ b/samples/angular/MusicStore/Startup.cs @@ -57,10 +57,6 @@ namespace MusicStore .AddEntityFrameworkStores() .AddDefaultTokenProviders(); - // Uncomment the following line to add Web API services which makes it easier to port Web API 2 controllers. - // You will also need to add the Microsoft.AspNet.Mvc.WebApiCompatShim package to the 'dependencies' section of project.json. - // services.AddWebApiConventions(); - // Configure Auth services.Configure(options => {