UNPKG

@bilberrry/strapi-plugin-link-finder

Version:
23 lines (22 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { method: 'GET', path: '/find', handler: 'finder.find', config: { policies: [], middlewares: [], }, }, { method: 'GET', path: '/config', handler: 'finder.config', config: { policies: [], middlewares: [], }, }, ];