diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 8662f7b..444fe8e 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -15,11 +15,6 @@ namespace Tv7Playlist.Controllers return View(); } - public IActionResult Privacy() - { - return View(); - } - [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] public IActionResult Error() {