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