mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Implemented frontend Locations update buttons
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user