diff --git a/ProjectLighthouse/Startup.cs b/ProjectLighthouse/Startup.cs index dac68fe7..0048c96c 100644 --- a/ProjectLighthouse/Startup.cs +++ b/ProjectLighthouse/Startup.cs @@ -31,7 +31,7 @@ namespace LBPUnion.ProjectLighthouse #if DEBUG services.AddRazorPages().WithRazorPagesAtContentRoot().AddRazorRuntimeCompilation(); #else - services.AddRazorPages().WithRazorPagesAtContentRoot() + services.AddRazorPages().WithRazorPagesAtContentRoot(); #endif services.AddMvc