mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +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
|
||||
services.AddRazorPages().WithRazorPagesAtContentRoot().AddRazorRuntimeCompilation();
|
||||
#else
|
||||
services.AddRazorPages().WithRazorPagesAtContentRoot()
|
||||
services.AddRazorPages().WithRazorPagesAtContentRoot();
|
||||
#endif
|
||||
|
||||
services.AddMvc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue