From f6a27fa9191ad35a2f140731704d97b14529ae83 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 18 May 2021 02:58:52 +0100 Subject: [PATCH] don't use redirection --- src/nuget-host/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nuget-host/Startup.cs b/src/nuget-host/Startup.cs index 16240e3..c9dfbb7 100644 --- a/src/nuget-host/Startup.cs +++ b/src/nuget-host/Startup.cs @@ -71,7 +71,6 @@ namespace nuget_host else { app.UseExceptionHandler("/Home/Error"); - app.UseHsts(); dbContext.Database.Migrate(); }