diff options
Diffstat (limited to 'Project-Unite/Controllers/HomeController.cs')
| -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 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 |
