module.exports = { routes: [ { method: 'PUT', path: '/update-item/review/:id', handler: 'api::update-item.update-item.updateReview', }, ] }