diff options
| author | Michael <[email protected]> | 2017-03-21 19:15:24 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-21 19:15:24 -0400 |
| commit | c8461889c40499d89e621f9d2f031e87ea495721 (patch) | |
| tree | 5e72407f561665b864fa14a324c535263bfa3631 /Project-Unite/Controllers/LegalController.cs | |
| parent | 8f9aeef8b1331314b4779b45eadd101e028d1a48 (diff) | |
| download | project-unite-c8461889c40499d89e621f9d2f031e87ea495721.tar.gz project-unite-c8461889c40499d89e621f9d2f031e87ea495721.tar.bz2 project-unite-c8461889c40499d89e621f9d2f031e87ea495721.zip | |
Usernames can have at least 3 chars.
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() { |
