Skip to content

Commit

Permalink
removes hsts middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Aug 15, 2020
1 parent 9b4e2a5 commit 615ba49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenFTTH.APIGateway/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
else
{
app.UseExceptionHandler("/Error");
app.UseHsts();
}

app.UseWebSockets();
Expand Down

0 comments on commit 615ba49

Please sign in to comment.