creating car

This commit is contained in:
ani_konarcheva@abv.bg
2022-04-05 20:05:03 +03:00
parent 562bc7ad32
commit 34427d59a4
6 changed files with 10 additions and 17 deletions

View File

@@ -23,16 +23,6 @@ namespace API.Controllers
return View();
}
public IActionResult Privacy()
{
if(!this.User.Identity.IsAuthenticated)
{
return Redirect("");
}
return View();
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()
{