CCirbo / Little_Shop

1 stars 2 forks source link

Added test,route,contoller for item_merchants, getting all items by merchant id #67

Closed MDelarosa1993 closed 3 weeks ago

MDelarosa1993 commented 3 weeks ago

Add ItemMerchantsController and Update Routes/Tests

This PR introduces a new feature to fetch items by merchant ID and updates related routes and tests.

jimmacur commented 3 weeks ago

The additions look great! The tests are looking thorough. This new endpoint will be a valuable addition to our API.

Nice work on keeping the controller lean. This looks good to merge!