Browse Source

Update BaseApiController.cs

main
Steve Smith 6 years ago
committed by GitHub
parent
commit
8e1952158a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Web/Controllers/Api/BaseApiController.cs

2
src/Web/Controllers/Api/BaseApiController.cs

@ -4,6 +4,6 @@ namespace Microsoft.eShopWeb.Web.Controllers.Api
{
[Route("api/[controller]/[action]")]
[ApiController]
public class BaseApiController : Controller
public class BaseApiController : ControllerBase
{ }
}

Loading…
Cancel
Save