4human-org / murphy-ecommerce-backend

Backend Repo for the Murphy E-Commerce App
2 stars 1 forks source link

Order crud #29

Closed kailahulse closed 3 months ago

Calesi19 commented 3 months ago

Added change: Changed the PATCH requests so that the ID needs to be given through the URL path. This avoids accidentally inserting the ID into the saved doc in the database or creating a duplicate ID.