Allow head.

This commit is contained in:
Anduin Xue
2026-01-08 06:56:48 +00:00
parent 7b2ddfced5
commit 9403ffe329
@@ -6,7 +6,6 @@ namespace Aiursoft.ChessServer.Controllers;
public class HomeController(InMemoryDatabase database) : Controller public class HomeController(InMemoryDatabase database) : Controller
{ {
[HttpGet]
public IActionResult Index() public IActionResult Index()
{ {
var model = new IndexViewModel var model = new IndexViewModel