Added support for savemaxpower
This commit is contained in:
@@ -35,8 +35,8 @@ namespace TOOHUCardAPI.Controllers
|
||||
return Ok(e.response);
|
||||
}
|
||||
}
|
||||
|
||||
protected Task<IActionResult> InvokeEndpointHandlerForMethod<T>(object _this, string method, string body)
|
||||
|
||||
private Task<IActionResult> InvokeEndpointHandlerForMethod<T>(object _this, string method, string body)
|
||||
{
|
||||
MethodMap registeredEndpointHandlers = GetMethodMapForType<T>();
|
||||
if (registeredEndpointHandlers.ContainsKey(method))
|
||||
|
||||
Reference in New Issue
Block a user