This commit is contained in:
2020-05-13 23:35:34 +00:00
parent dfc3497f02
commit f3405b4a27
19 changed files with 28 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ namespace AyaNova.Api.Controllers
[ApiController]
[ApiVersion("8.0")]
[Route("api/v{version:apiVersion}/workorders")]
[Route("api/v{version:apiVersion}/workorder")]
[Produces("application/json")]
[Authorize]
public class WorkOrderController : ControllerBase