Update MusicStore SPA
This commit is contained in:
parent
22152fda59
commit
3e9f251618
|
|
@ -22,7 +22,7 @@ namespace MusicStore.Spa
|
||||||
.AddJsonFile("Config.json")
|
.AddJsonFile("Config.json")
|
||||||
.AddEnvironmentVariables();
|
.AddEnvironmentVariables();
|
||||||
|
|
||||||
app.UseServices(services =>
|
app.UsePerRequestServices(services =>
|
||||||
{
|
{
|
||||||
// Add options accessors to the service container
|
// Add options accessors to the service container
|
||||||
services.SetupOptions<IdentityDbContextOptions>(options =>
|
services.SetupOptions<IdentityDbContextOptions>(options =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue