Update Startup.cs

This commit is contained in:
Isaac Levin 2019-07-12 19:23:43 -04:00 committed by GitHub
parent 32782cb421
commit 7f1350268a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ namespace BlazorServerWeb_CSharp
}
else
{
app.UseExceptionHandler("/Home/Error");
app.UseExceptionHandler("/Error");
#if (RequiresHttps)
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
app.UseHsts();