GET /items/:id route
The next endpoint we're going to make is for the client to be able to get a specific item.
This is useful for pages where a specific item's details are shown like this one, as it saves having to load data for every individual item.
Click to load comments...