diff --git a/WebApplication1/WebApplication1/Controllers/HomeController.cs b/WebApplication1/WebApplication1/Controllers/HomeController.cs index eb10c6d..625fa48 100644 --- a/WebApplication1/WebApplication1/Controllers/HomeController.cs +++ b/WebApplication1/WebApplication1/Controllers/HomeController.cs @@ -6,6 +6,7 @@ namespace WebApplication1.Controllers { + [Authorize] public class HomeController : Controller { public ActionResult Index()