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 20141ce..b996989 100644 --- a/Project-Unite/Controllers/HomeController.cs +++ b/Project-Unite/Controllers/HomeController.cs @@ -24,6 +24,11 @@ namespace Project_Unite.Controllers return View(sfm); } + public ActionResult AboutUnite() + { + return View(); + } + [HttpPost] [ValidateAntiForgeryToken] public ActionResult SendFeedback(SendFeedbackViewModel model) |
