Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions samples/angular/MusicStore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ public void ConfigureServices(IServiceCollection services)
.AddEntityFrameworkStores<MusicStoreContext>()
.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<AuthorizationOptions>(options =>
{
Expand Down