aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Controllers/HomeController.cs
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-07 13:18:04 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-07 13:18:04 +0300
commit55788fb6f937621944acc933577eb2d37997aa92 (patch)
tree87843ff3907a7a5ef5569bc88f216c39bfa7fdb8 /ExamTemplate/Web/Controllers/HomeController.cs
parent8f7dabf274b5e428fc32f19a3c8848eacab01090 (diff)
downloadit-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar
it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar.gz
it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.zip
Removed Privacy page and tweaked navbar and footer
Diffstat (limited to 'ExamTemplate/Web/Controllers/HomeController.cs')
-rw-r--r--ExamTemplate/Web/Controllers/HomeController.cs5
1 files changed, 0 insertions, 5 deletions
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()
{