From e7608f4b1256b0d33b6c3135de9b36a0e1af1874 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 22 May 2017 15:54:18 -0700 Subject: [PATCH] Update BasketController.cs --- .../Basket/Basket.API/Controllers/BasketController.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Services/Basket/Basket.API/Controllers/BasketController.cs b/src/Services/Basket/Basket.API/Controllers/BasketController.cs index 5bf23509c..a23969281 100644 --- a/src/Services/Basket/Basket.API/Controllers/BasketController.cs +++ b/src/Services/Basket/Basket.API/Controllers/BasketController.cs @@ -8,10 +8,6 @@ using Microsoft.AspNetCore.Authorization; namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers { - //TODO NOTE: Right now this is a very chunky API, as the app evolves it is possible we would - //want to make the actions more fine grained, add basket item as an action for example. - //If this is the case we should also investigate changing the serialization format used for Redis, - //using a HashSet instead of a simple string. [Route("/")] [Authorize] public class BasketController : Controller