Browse Source

fix Breaking change net 5 missing method

app.UseDatabaseErrorPage()
https://github.com/dotnet/efcore/issues/22687
pull/1559/head
Borja García Rodríguez 4 years ago
parent
commit
1857cc1c9e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Services/Identity/Identity.API/Startup.cs

+ 0
- 1
src/Services/Identity/Identity.API/Startup.cs View File

@ -128,7 +128,6 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
app.UseDatabaseErrorPage();
}
else
{


Loading…
Cancel
Save