Steve Smith
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
{ } |
|
|
|
} |
|
|
|
|