revert
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 9s

This commit is contained in:
2026-03-22 01:08:18 -05:00
parent 99ff02b01b
commit 89b4398442

View File

@@ -60,6 +60,7 @@ public class ItemsController : ControllerBase {
if(oldItem == null) return NotFound(); if(oldItem == null) return NotFound();
Item updatedItem = new Item { Item updatedItem = new Item {
Id = id,
Name = item.Name, Name = item.Name,
Description = item.Description, Description = item.Description,
CreatedAt = oldItem.CreatedAt, CreatedAt = oldItem.CreatedAt,