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