don't use redirection

This commit is contained in:
Paul Schneider 2021-05-18 02:58:52 +01:00
commit f6a27fa919

View file

@ -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();
} }