Skip to content

Commit c3bcdc9

Browse files
committed
[fix] example
1 parent 0f23add commit c3bcdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class SampleDataController : Controller2
7474
{
7575
try
7676
{
77-
return Json(items);
77+
return Json(Summaries);
7878
}
7979
catch (Exception e)
8080
{

0 commit comments

Comments
 (0)