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.
2 parents 2c5a6b2 + ddbff5d commit 379b68fCopy full SHA for 379b68f
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