Open hambalee opened 11 months ago
https://github.com/the-cloud-camp/tcc-group-6/issues/14
Get My Products (Get All Products By User Id)
GET /inventories
Response Status Code: 200 OK Response Body:
[ { "id": 1, "name": "Apple", "amount": 1, }, { "id": 2, "name": "Banana", "amount": 1, } ]
https://github.com/the-cloud-camp/tcc-group-6/issues/14
Get My Products (Get All Products By User Id)
GET /inventories
Response Status Code: 200 OK Response Body: