Skip to content

Commit

Permalink
Remove httpsredirection from api startup, we terminate our tls at the…
Browse files Browse the repository at this point in the history
… proxy (#874)
  • Loading branch information
Jay-Madden authored Jan 27, 2024
1 parent 8f36afd commit 232a0ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ClemBot.Api/ClemBot.Api.Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@

app.UseSerilogRequestLogging();

app.UseHttpsRedirection();

app.UseRouting();

app.UseCors();
Expand Down

0 comments on commit 232a0ee

Please sign in to comment.