From 942a7d321b1cd83587166f5255ee41810e6b6a89 Mon Sep 17 00:00:00 2001 From: Naumann Date: Thu, 4 Jun 2020 07:39:45 +0200 Subject: [PATCH] . --- Controllers/KatalogController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/KatalogController.cs b/Controllers/KatalogController.cs index 0e4a68d..17828ec 100644 --- a/Controllers/KatalogController.cs +++ b/Controllers/KatalogController.cs @@ -70,6 +70,7 @@ namespace BuecherwurmAPI.Controllers // DELETE katalog/{id} [HttpDelete("{id}")] + public ActionResult DeleteBook (long id) { var book = _repository.GetBookById(id);