From 2c1b0404a6b2c32886cc10c374470d529e5dcc04 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 3 Apr 2023 21:43:22 -0400 Subject: [PATCH] remove privacy --- Controllers/HomeController.cs | 5 ----- Views/Home/Privacy.cshtml | 6 ------ 2 files changed, 11 deletions(-) delete mode 100644 Views/Home/Privacy.cshtml diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index d07c50d..81d7d10 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -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() { diff --git a/Views/Home/Privacy.cshtml b/Views/Home/Privacy.cshtml deleted file mode 100644 index af4fb19..0000000 --- a/Views/Home/Privacy.cshtml +++ /dev/null @@ -1,6 +0,0 @@ -@{ - ViewData["Title"] = "Privacy Policy"; -} -

@ViewData["Title"]

- -

Use this page to detail your site's privacy policy.