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 015a208 commit bdfbab4Copy full SHA for bdfbab4
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