removed privacy view

This commit is contained in:
2018-12-07 21:22:43 +01:00
parent c25b8695f0
commit f1bd8a63fc

View File

@@ -15,11 +15,6 @@ namespace Tv7Playlist.Controllers
return View(); return View();
} }
public IActionResult Privacy()
{
return View();
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error() public IActionResult Error()
{ {