UI Routing and dead buttons fix

This commit is contained in:
2026-01-20 15:15:31 +01:00
parent b01cf1fd50
commit 742eb37694
6 changed files with 531 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ public class UserController : Controller
}
// GET: /User
[HttpGet]
public async Task<IActionResult> Index()
{
var users = await _context.Users