Настроил cshtml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user