From e6aa1c4fd5ead9fbe6ca5d31200c16acf293afd0 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 6 Apr 2017 09:15:26 -0400 Subject: Add Discord action --- Project-Unite/Controllers/HomeController.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Project-Unite/Controllers/HomeController.cs') 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 -- cgit v1.2.3