mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 16:58:38 +00:00
oop, fix missing semi colon
This commit is contained in:
parent
92d4346347
commit
f974c90a92
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace LBPUnion.ProjectLighthouse
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
services.AddRazorPages().WithRazorPagesAtContentRoot().AddRazorRuntimeCompilation();
|
services.AddRazorPages().WithRazorPagesAtContentRoot().AddRazorRuntimeCompilation();
|
||||||
#else
|
#else
|
||||||
services.AddRazorPages().WithRazorPagesAtContentRoot()
|
services.AddRazorPages().WithRazorPagesAtContentRoot();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
services.AddMvc
|
services.AddMvc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue