CSCI-GA-2820-SP24-003 / shopcarts

NYU DevOps Shopcarts Service Spring 2024
Apache License 2.0
0 stars 2 forks source link

Create Shopcart Item Missing Location URL #39

Closed cisc0f closed 8 months ago

cisc0f commented 8 months ago

Describe the bug When invoking the create shopcart item method, the location url is missing

To Reproduce Steps to reproduce the behavior:

  1. Invoke POST /shopcarts/{id}/items
  2. No location url returned

Expected behavior It should return a location url

Observed behavior Location url not returned