This commit is contained in:
jheaps
2025-10-03 10:45:20 -06:00
parent c2622132bc
commit 54e4f25be7
+4 -1
View File
@@ -9,7 +9,10 @@ namespace JoshHeaps.Net.Controllers;
[ApiController] [ApiController]
[Route("api/[controller]")] [Route("api/[controller]")]
public class ChessController(IChessService chessService, IHubContext<ChessHub> chessHub, IBackgroundTaskQueue queue) : ControllerBase public class ChessController(
IChessService chessService,
IHubContext<ChessHub> chessHub,
IBackgroundTaskQueue queue) : ControllerBase
{ {
/// <summary> /// <summary>
/// Store of ongoing games. /// Store of ongoing games.