Update MusicStore SPA

This commit is contained in:
Hao Kung 2014-10-09 14:37:45 -07:00
parent 22152fda59
commit 3e9f251618
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace MusicStore.Spa
.AddJsonFile("Config.json")
.AddEnvironmentVariables();
app.UseServices(services =>
app.UsePerRequestServices(services =>
{
// Add options accessors to the service container
services.SetupOptions<IdentityDbContextOptions>(options =>