This commit is contained in:
2021-07-26 20:22:30 +00:00
parent 17a9dcf4a1
commit ef951817e4
4 changed files with 14 additions and 3 deletions

View File

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