diff options
Diffstat (limited to 'Project-Unite/Controllers/LegalController.cs')
| -rw-r--r-- | Project-Unite/Controllers/LegalController.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Project-Unite/Controllers/LegalController.cs b/Project-Unite/Controllers/LegalController.cs index 9eef768..fa867ae 100644 --- a/Project-Unite/Controllers/LegalController.cs +++ b/Project-Unite/Controllers/LegalController.cs @@ -14,6 +14,11 @@ namespace Project_Unite.Controllers return View(); } + public ActionResult License() + { + return View(); + } + // GET: Legal/Privacy public ActionResult Privacy() { |
