Skip to content

Commit

Permalink
feat: test (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Jan 16, 2024
1 parent ff21baa commit 49c5ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRE-UI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
{
app.UseExceptionHandler("/Home/Error");
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
app.UseHsts();
//app.UseHsts();
}
//app.UseForwardedHeaders(new ForwardedHeadersOptions
//{
Expand Down

0 comments on commit 49c5ee9

Please sign in to comment.