Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liborpansky committed Sep 23, 2019
2 parents 2c5a6b2 + ddbff5d commit 379b68f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controllers/SampleDataController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
namespace AspNetCoreVueStarter.Controllers
{
[Route("api/[controller]")]
public class SampleDataController : Controller
[ApiController]
public class SampleDataController : ControllerBase
{
private static string[] Summaries = new[]
{
Expand Down

0 comments on commit 379b68f

Please sign in to comment.