This commit is contained in:
MarcEricMartel
2022-10-08 10:41:55 -07:00
parent 7ce0e7a83f
commit e2b33cc7ac
2 changed files with 4 additions and 5 deletions

View File

@@ -6,8 +6,7 @@ using Microsoft.Extensions.Logging;
namespace GrossesMitainesAPI.Controllers;
[ApiController]
[Route("[controller]")]
[ApiController, Route("[controller]")]
public class InventoryController : Controller {
private readonly ILogger<InventoryController> _logger;
private readonly InventoryContext _context;