remove privacy

This commit is contained in:
Ryan Peters 2023-04-03 21:43:22 -04:00
parent 32b26a5db3
commit 2c1b0404a6
2 changed files with 0 additions and 11 deletions

View File

@ -18,11 +18,6 @@ public class HomeController : Controller
return View();
}
public IActionResult Privacy()
{
return View();
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()
{

View File

@ -1,6 +0,0 @@
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Use this page to detail your site's privacy policy.</p>