diff --git a/Project-Unite/Controllers/HomeController.cs b/Project-Unite/Controllers/HomeController.cs index 5a1553f..1c648e9 100644 --- a/Project-Unite/Controllers/HomeController.cs +++ b/Project-Unite/Controllers/HomeController.cs @@ -28,5 +28,10 @@ namespace Project_Unite.Controllers return View(); } + + public ActionResult Discord() + { + return View(); + } } } \ No newline at end of file