Skip to content

Commit

Permalink
Fix authorization minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbbs committed Mar 19, 2024
1 parent 59ff199 commit 87c872b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Areas/Admin/Controllers/OrderController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
namespace ClearEdge_Tables.Areas.Admin.Controllers
{
[Area("admin")]
[Authorize(Roles = "Admin")]
public class OrderController : Controller
{
private readonly IUnitOfWork _unitOfWork;
Expand Down

0 comments on commit 87c872b

Please sign in to comment.