tested if it still works locally

This commit is contained in:
2023-03-21 09:49:12 +01:00
parent 1e4b69f83a
commit 6282e6bf27

View File

@@ -5,7 +5,7 @@ namespace MauMau_Server.Controllers;
[ApiController] [ApiController]
[Route("[controller]")] [Route("[controller]")]
public class DeckController : ControllerBase public class MauController : ControllerBase
{ {
[HttpGet("deck")] [HttpGet("deck")]
public IActionResult GetDeck() public IActionResult GetDeck()