We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7934a5 commit a3498e8Copy full SHA for a3498e8
src/Brisk.Api/Controllers/GamesController.cs
@@ -48,7 +48,6 @@ public IActionResult StartNewGame()
48
public IActionResult Answer(AnswerModel answer)
49
{
50
var output = _gameService.Answer(answer);
51
-
52
return Ok(output);
53
}
54
0 commit comments