There was an error while loading. Please reload this page.
2 parents f28922c + dce6361 commit ddbff5dCopy full SHA for ddbff5d
Controllers/SampleDataController.cs
@@ -7,7 +7,8 @@
7
namespace AspNetCoreVueStarter.Controllers
8
{
9
[Route("api/[controller]")]
10
- public class SampleDataController : Controller
+ [ApiController]
11
+ public class SampleDataController : ControllerBase
12
13
private static string[] Summaries = new[]
14
0 commit comments