don't use redirection

broken/ef
Paul Schneider 3 years ago
parent e51da7f359
commit f6a27fa919
1 changed files with 0 additions and 1 deletions

@ -71,7 +71,6 @@ namespace nuget_host
else else
{ {
app.UseExceptionHandler("/Home/Error"); app.UseExceptionHandler("/Home/Error");
app.UseHsts();
dbContext.Database.Migrate(); dbContext.Database.Migrate();
} }

Loading…