Update BasketController.cs

This commit is contained in:
Cesar De la Torre 2017-05-22 15:54:18 -07:00 committed by GitHub
parent 7b63c8d409
commit aee9ec768e

View File

@ -8,10 +8,6 @@ using Microsoft.AspNetCore.Authorization;
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers 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("/")] [Route("/")]
[Authorize] [Authorize]
public class BasketController : Controller public class BasketController : Controller