Add all controllers

This commit is contained in:
2023-10-17 00:50:43 +02:00
parent 7ee50442c5
commit 8a2995302a
7 changed files with 218 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ namespace GerbilManager.Controllers
}
[HttpDelete("{id}")]
public ActionResult DeleteItem(Guid id)
public ActionResult DeleteGerbil(Guid id)
{
var existingGerbil = repository.GetGerbil(id);