Pushed up to docker

This commit is contained in:
2021-11-02 09:16:15 -04:00
parent a3ec5f6169
commit 873f126aac
10 changed files with 452 additions and 846 deletions

View File

@@ -13,7 +13,7 @@ namespace TOOHUCardAPI.Controllers
{
public class MethodBasedController<TChildType> : ControllerBase
{
public delegate Task<IActionResult> EndpointHandler(string requestBody);
private delegate Task<IActionResult> EndpointHandler(string requestBody);
/**
* The game uses a single endpoint for player data.