Skip to content

Commit a749ee0

Browse files
committed
Removed one of the comment blocks about Web API 2
Duplicate comment block removed.
1 parent 611f88f commit a749ee0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

samples/angular/MusicStore/Startup.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ public void ConfigureServices(IServiceCollection services)
5757
.AddEntityFrameworkStores<MusicStoreContext>()
5858
.AddDefaultTokenProviders();
5959

60-
// Uncomment the following line to add Web API services which makes it easier to port Web API 2 controllers.
61-
// You will also need to add the Microsoft.AspNet.Mvc.WebApiCompatShim package to the 'dependencies' section of project.json.
62-
// services.AddWebApiConventions();
63-
6460
// Configure Auth
6561
services.Configure<AuthorizationOptions>(options =>
6662
{

0 commit comments

Comments
 (0)