refacto error handling

This commit is contained in:
Paul Schneider 2026-07-12 17:56:23 +01:00
commit d8ee77b9de
8 changed files with 126 additions and 45 deletions

View file

@ -967,7 +967,6 @@ public static class HostingExtensions
if (app.Environment.IsDevelopment())
{
app.UseDeveloperExceptionPage();
await app.MigrateDatabaseAsync();
}
else
{