This commit is contained in:
2020-11-23 20:51:12 +00:00
parent 3eef1ec0e4
commit cf14aeeea1
2 changed files with 70 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ namespace AyaNova.Api.Controllers
[Route("api/v{version:apiVersion}/customer-note")]
[Produces("application/json")]
[Authorize]
public class CustomerNoteController : controllerbase
public class CustomerNoteController : ControllerBase
{
private readonly AyContext ct;
private readonly ILogger<CustomerNoteController> log;