diff --git a/BootstrapBlazorTest.Server/Startup.cs b/BootstrapBlazorTest.Server/Startup.cs index 5c77add1c68e11391e5407e8c918a0cac16b962a..30c798534e4cf37fe279fe5be711fd24991f8cc3 100644 --- a/BootstrapBlazorTest.Server/Startup.cs +++ b/BootstrapBlazorTest.Server/Startup.cs @@ -1,4 +1,4 @@ -using BootstrapBlazorTest.Shared.Data; +using BootstrapBlazorTest.Shared.Data; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; @@ -50,5 +50,8 @@ namespace BootstrapBlazorTest.Server endpoints.MapFallbackToPage("/_Host"); }); } + + + } }