We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b63c8d commit aee9ec7Copy full SHA for aee9ec7
1 file changed
src/Services/Basket/Basket.API/Controllers/BasketController.cs
@@ -8,10 +8,6 @@
8
9
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers
10
{
11
- //TODO NOTE: Right now this is a very chunky API, as the app evolves it is possible we would
12
- //want to make the actions more fine grained, add basket item as an action for example.
13
- //If this is the case we should also investigate changing the serialization format used for Redis,
14
- //using a HashSet instead of a simple string.
15
[Route("/")]
16
[Authorize]
17
public class BasketController : Controller
0 commit comments