Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 30, 2024
1 parent abc1f4d commit 86e7231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Chat/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
if (!app.Environment.IsDevelopment())
{
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.UseHttpsRedirection();
}
Expand Down

0 comments on commit 86e7231

Please sign in to comment.