We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611f88f commit a749ee0Copy full SHA for a749ee0
1 file changed
samples/angular/MusicStore/Startup.cs
@@ -57,10 +57,6 @@ public void ConfigureServices(IServiceCollection services)
57
.AddEntityFrameworkStores<MusicStoreContext>()
58
.AddDefaultTokenProviders();
59
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
-
64
// Configure Auth
65
services.Configure<AuthorizationOptions>(options =>
66
{
0 commit comments