Implemented frontend Locations update buttons

This commit is contained in:
2025-10-25 16:20:17 +02:00
parent 8f47b6a1a8
commit 20d7ceb784
4 changed files with 160 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class LocationsController : Controller
}
[HttpPost("Update")]
public async Task<bool> Update(LocationsModifyRequestModel requestModel)
public async Task<bool> Update([FromBody]LocationsModifyRequestModel requestModel)
{
if (requestModel is null)
{