UNPKG

strapi-plugin-import-export-entries

Version:

Import/Export data from and to your database in just few clicks.

16 lines (15 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = { type: 'admin', routes: [ { method: 'POST', path: '/export/contentTypes', handler: 'exportAdmin.exportData', config: { policies: [], }, }, ], };