adress und migration

This commit is contained in:
Tizian.Breuch
2025-08-01 13:42:11 +02:00
parent 66709d3dbe
commit 2329cd1ac8
6 changed files with 51 additions and 28 deletions

View File

@@ -38,7 +38,6 @@ namespace Webshop.Api.Controllers.Customer
if (createdAddress == null) return BadRequest(new { Message = errorMessage });
// Annahme: Es gibt eine GetMyAddressById-Methode
return CreatedAtAction(nameof(GetMyAddresses), new { id = createdAddress.Id }, createdAddress);
}
}