diff --git a/Controllers/GameController.cs b/Controllers/GameController.cs index dd0485c..b6b7340 100644 --- a/Controllers/GameController.cs +++ b/Controllers/GameController.cs @@ -98,7 +98,7 @@ namespace YandexGameServer.Controllers } [HttpPost("tags/add")] - public async Task SetTags([FromBody]Tag tag) + public async Task SetTags([FromForm]Tag tag) { _logger.LogWarning($"{tag.city} записывают описание к метке {tag.game}");