Added support for savemaxpower
This commit is contained in:
@@ -31,10 +31,6 @@ namespace TOOHUCardAPI.Controllers
|
||||
public async Task<IActionResult> Get(string id)
|
||||
{
|
||||
User user = await _userRepository.GetUser(id);
|
||||
if (user == null)
|
||||
{
|
||||
return BadRequest("Invalid user id specified");
|
||||
}
|
||||
|
||||
return Ok(_mapper.Map<PlayerBaseDataResponse>(user));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user