We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f23add commit c3bcdc9Copy full SHA for c3bcdc9
index.md
@@ -74,7 +74,7 @@ public class SampleDataController : Controller2
74
{
75
try
76
77
- return Json(items);
+ return Json(Summaries);
78
}
79
catch (Exception e)
80
0 commit comments