Skip to content

Commit aee9ec7

Browse files
Update BasketController.cs
1 parent 7b63c8d commit aee9ec7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Services/Basket/Basket.API/Controllers/BasketController.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers
1010
{
11-
//TODO NOTE: Right now this is a very chunky API, as the app evolves it is possible we would
12-
//want to make the actions more fine grained, add basket item as an action for example.
13-
//If this is the case we should also investigate changing the serialization format used for Redis,
14-
//using a HashSet instead of a simple string.
1511
[Route("/")]
1612
[Authorize]
1713
public class BasketController : Controller

0 commit comments

Comments
 (0)