This commit is contained in:
Veljko Tosic
2026-02-12 22:04:48 +01:00
parent 5ecf8435f4
commit 8253e8bc3f
22 changed files with 250 additions and 126 deletions

View File

@@ -16,10 +16,7 @@ builder.Services.AddAips(builder.Configuration);
var app = builder.Build();
using (var scope = app.Services.CreateScope())
{
await DbInitializer.SeedRolesAsync(scope.ServiceProvider);
}
await app.Services.InitializeInfrastructureAsync();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())