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 c7883f6 commit b921b0dCopy full SHA for b921b0d
README.md
@@ -80,7 +80,7 @@ public class SampleDataController : Controller2
80
{
81
try
82
83
- return Json(items);
+ return Json(Summaries);
84
}
85
catch (Exception e)
86
0 commit comments