Skip to content

Commit

Permalink
Authorize find page
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Jul 15, 2024
1 parent 8f137d9 commit 668216c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CarRentalSystem.Web/Controllers/FindController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;

namespace CarRentalSystem.Web.Controllers;

[Authorize]
public class FindController : Controller
{
public IActionResult Index()
Expand Down

0 comments on commit 668216c

Please sign in to comment.