diff options
Diffstat (limited to 'Project-Unite/Controllers')
| -rw-r--r-- | Project-Unite/Controllers/HomeController.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Project-Unite/Controllers/HomeController.cs b/Project-Unite/Controllers/HomeController.cs index 1006bbf..53fe20d 100644 --- a/Project-Unite/Controllers/HomeController.cs +++ b/Project-Unite/Controllers/HomeController.cs @@ -10,6 +10,11 @@ namespace Project_Unite.Controllers { public class HomeController : Controller { + public ActionResult AccessDenied() + { + return View(); + } + public ActionResult Index() { |
