There was an error while loading. Please reload this page.
1 parent f28922c commit dce6361Copy full SHA for dce6361
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