This commit is contained in:
2020-05-13 23:22:21 +00:00
parent 1fb475827b
commit dfc3497f02
2 changed files with 8 additions and 8 deletions

View File

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