oop, fix missing semi colon

This commit is contained in:
jvyden 2021-11-22 18:11:25 -05:00
commit f974c90a92
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -31,7 +31,7 @@ namespace LBPUnion.ProjectLighthouse
#if DEBUG
services.AddRazorPages().WithRazorPagesAtContentRoot().AddRazorRuntimeCompilation();
#else
services.AddRazorPages().WithRazorPagesAtContentRoot()
services.AddRazorPages().WithRazorPagesAtContentRoot();
#endif
services.AddMvc