Skip to content

Commit 3b093a8

Browse files
author
John Luo
committed
This fix feels wrong but it works
1 parent 3353f73 commit 3b093a8

File tree

1 file changed

+1
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home

1 file changed

+1
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Home/Index.cshtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<h1 class="display-4">Welcome</h1>
77
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
88
</div>
9-
@*#if(GenerateApiOrGraph)
9+
@*#if (GenerateApiOrGraph)
1010
1111
<div>Api result</div>
1212
1313
<div>@ViewData["ApiResult"]</div>
14-
#endif*@

0 commit comments

Comments
 (0)