Inside the Server.js file I am declaring the route like this
Server.js
app.use("/shop/:shop_id/items", itemRouter); app.use("/shop/:shop_id/inco