From da74cbc6d5b523361481fd35668741212ed34f2c Mon Sep 17 00:00:00 2001 From: Naumann Date: Wed, 3 Jun 2020 11:34:06 +0200 Subject: [PATCH] . --- Controllers/InventarController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/InventarController.cs b/Controllers/InventarController.cs index 6f3495e..2c5e5cd 100644 --- a/Controllers/InventarController.cs +++ b/Controllers/InventarController.cs @@ -32,7 +32,7 @@ namespace BuecherwurmAPI.Controllers var itemid = insertItemReturningId(bookId); return Ok(new Item { - Id = itemid, + Id = itemId, BookId = bookId, }); }