UNPKG

@alsew_/strapi-plugin-migration

Version:
26 lines (25 loc) 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { type: 'admin', routes: [ { method: 'GET', path: '/migrations-config', handler: 'migrationsConfig.get', config: { policies: [], auth: false, }, }, { method: 'PUT', path: '/migrations-config/toggle-dry-mode', handler: 'migrationsConfig.toggleDryMode', config: { policies: [], auth: false, }, }, ], };