Browse Source

Update BasketController.cs

pull/809/head
Cesar De la Torre 7 years ago
committed by GitHub
parent
commit
aee9ec768e
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/Services/Basket/Basket.API/Controllers/BasketController.cs

+ 0
- 4
src/Services/Basket/Basket.API/Controllers/BasketController.cs View File

@ -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


Loading…
Cancel
Save