Update BasketController.cs
This commit is contained in:
parent
7b63c8d409
commit
aee9ec768e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user