upd
This commit is contained in:
@@ -98,7 +98,7 @@ namespace YandexGameServer.Controllers
|
||||
}
|
||||
|
||||
[HttpPost("tags/add")]
|
||||
public async Task SetTags(Tag tag)
|
||||
public async Task SetTags([FromBody]Tag tag)
|
||||
{
|
||||
_logger.LogWarning($"{tag.city} записывают описание к метке {tag.game}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user