UNPKG

strapi-plugin-prev-next-button

Version:
12 lines (11 loc) 172 B
export default [ { method: 'GET', path: '/prev-next/:uid/:id', handler: 'prevNext.items', config: { policies: [], auth: false, }, }, ];