Update MusicStore SPA
This commit is contained in:
parent
22152fda59
commit
3e9f251618
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue