summaryrefslogtreecommitdiff
path: root/Project-Unite/Controllers
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Controllers')
-rw-r--r--Project-Unite/Controllers/HomeController.cs5
1 files changed, 5 insertions, 0 deletions
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