UNPKG

strapi-plugin-prev-next-button

Version:
14 lines (13 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { method: 'GET', path: '/prev-next/:uid/:id', handler: 'prevNext.items', config: { policies: [], auth: false, }, }, ];