This commit is contained in:
2026-02-17 09:47:41 -05:00
parent dcd1a9ccec
commit fe97a1e51a
18 changed files with 107 additions and 123 deletions

View File

@@ -14,7 +14,7 @@ namespace PartSource.Api.Controllers
{
[Route("v2/[controller]")]
[ApiController]
[ApiExplorerSettings(GroupName = "v1")]
[ApiExplorerSettings(GroupName = "v2")]
public class PartsController : BaseNexpartController
{
private readonly NexpartService _nexpartService;