From 6282e6bf27e071d0232e3a78f75c3ad9a8712305 Mon Sep 17 00:00:00 2001 From: DTieman Date: Tue, 21 Mar 2023 09:49:12 +0100 Subject: [PATCH] tested if it still works locally --- Controllers/MauController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/MauController.cs b/Controllers/MauController.cs index acfc789..7f713e0 100644 --- a/Controllers/MauController.cs +++ b/Controllers/MauController.cs @@ -5,7 +5,7 @@ namespace MauMau_Server.Controllers; [ApiController] [Route("[controller]")] -public class DeckController : ControllerBase +public class MauController : ControllerBase { [HttpGet("deck")] public IActionResult GetDeck()