UseDeveloperExceptionPage is called automatically in minimal hosting model

This commit is contained in:
Bjarke Berg
2023-09-19 10:21:32 +02:00
parent 8af8a2b755
commit 96397adf1f

View File

@@ -11,11 +11,6 @@ WebApplication app = builder.Build();
await app.BootUmbracoAsync();
if (app.Environment.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
#if (UseHttpsRedirect)
app.UseHttpsRedirection();
#endif