mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Implemented frontent Locations create button, fixed localization for frontend Locations
This commit is contained in:
@@ -26,8 +26,8 @@ public class LocationsController : Controller
|
||||
return list;
|
||||
}
|
||||
|
||||
[HttpGet("Create")]
|
||||
public async Task<bool> Create(LocationsCreateRequestModel model)
|
||||
[HttpPost("Create")]
|
||||
public async Task<bool> Create([FromBody]LocationsCreateRequestModel model)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user