Switch upload-> update, switch damage to be a float, we can make better adjustments tomorrow and get rank wrapped up
This commit is contained in:
@@ -32,7 +32,7 @@ namespace TOOHUCardAPI.Controllers
|
||||
_userService = userService;
|
||||
}
|
||||
|
||||
[EndpointHandler("upload")]
|
||||
[EndpointHandler("update")]
|
||||
private async Task<IActionResult> UploadRankData(string body)
|
||||
{
|
||||
RankEntryDTO uploadrequest = JsonConvert.DeserializeObject<RankEntryDTO>(body, new RankEntryDTOConverter());
|
||||
|
||||
Reference in New Issue
Block a user