Настроил cshtml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s

This commit is contained in:
2023-07-30 12:02:29 +03:00
parent 9d7bce6bc8
commit f323c901ce
26 changed files with 376 additions and 267 deletions

View File

@ -6,7 +6,11 @@ namespace PaydayFrontend.Controllers;
public class AdminController : Controller
{
public async Task<IActionResult> Index()
{
return View();
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()
{