From 9403ffe329b282555a93b279ca6d245409a555cd Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Thu, 8 Jan 2026 06:56:48 +0000 Subject: [PATCH] Allow head. --- src/Aiursoft.ChessServer/Controllers/HomeController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Aiursoft.ChessServer/Controllers/HomeController.cs b/src/Aiursoft.ChessServer/Controllers/HomeController.cs index 5f9c87a..dc05c92 100644 --- a/src/Aiursoft.ChessServer/Controllers/HomeController.cs +++ b/src/Aiursoft.ChessServer/Controllers/HomeController.cs @@ -6,7 +6,6 @@ namespace Aiursoft.ChessServer.Controllers; public class HomeController(InMemoryDatabase database) : Controller { - [HttpGet] public IActionResult Index() { var model = new IndexViewModel