it ipimiutduioi

This commit is contained in:
MarcEricMartel
2022-10-30 13:58:47 -07:00
parent 8a5b00624e
commit a8bf691e21
13 changed files with 892 additions and 75 deletions

View File

@@ -12,7 +12,8 @@ using Microsoft.AspNetCore.Authorization;
#endregion
[EnableCors("_myAllowSpecificOrigins"), ApiController, Route("api/[controller]")]
[EnableCors("_myAllowSpecificOrigins"), ApiController, Route("api/[controller]"),
Authorize(AuthenticationSchemes = "Identity.Application")]
public class InventoryController : Controller {
#region Constants
private const int AMOUNT_SCROLL = 5;