Skip to content
Snippets Groups Projects
custom-update-item.js 170 B
Newer Older
moon's avatar
moon committed
module.exports = {
  routes: [
    {
      method: 'PUT',
      path: '/update-item/review/:id',
      handler: 'api::update-item.update-item.updateReview',
    },
  ]
}