.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace PartSource.Api.Controllers
|
||||
[Route("[controller]")]
|
||||
[Route("v1/[controller]")]
|
||||
[ApiController]
|
||||
[ApiExplorerSettings(GroupName = "v1")]
|
||||
public class InventoryController : BaseNexpartController
|
||||
{
|
||||
private readonly PartService _inventoryService;
|
||||
|
||||
Reference in New Issue
Block a user