From 55788fb6f937621944acc933577eb2d37997aa92 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 7 May 2021 13:18:04 +0300 Subject: Removed Privacy page and tweaked navbar and footer --- ExamTemplate/Web/Controllers/HomeController.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ExamTemplate/Web/Controllers/HomeController.cs') diff --git a/ExamTemplate/Web/Controllers/HomeController.cs b/ExamTemplate/Web/Controllers/HomeController.cs index 59d4d38..5ebcdf2 100644 --- a/ExamTemplate/Web/Controllers/HomeController.cs +++ b/ExamTemplate/Web/Controllers/HomeController.cs @@ -19,11 +19,6 @@ namespace ExamTemplate.Web.Controllers return View(); } - public IActionResult Privacy() - { - return View(); - } - [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] public IActionResult Error() { -- cgit v1.2.3