day-cohort-70 / bangazon-api-i-like-planes-api

bangazon-api-i-like-planes-api created by GitHub Classroom
0 stars 0 forks source link

Bug: Can't remove an item from the cart #8

Closed stevebrownlee closed 4 days ago

stevebrownlee commented 1 week ago

Customers are complaining that they can't remove an item from the cart after it has been added.

When the client performs a DELETE request to the /lineitems/n resource, it should remove the specified item from the user's cart.

Sydney-M-Sharp commented 4 days ago

Front end fetch request did not match the back end endpoint . Front end function adjustment made to match.

Sydney-M-Sharp commented 4 days ago

resolved .