UNPKG

@sharpetronics/strapi-plugin-tinymce-editor

Version:

Replaces the default Strapi WYSIWYG editor with a self-hosted build of the TinyMCE editor.

11 lines (10 loc) 141 B
module.exports = [ { method: 'GET', path: '/', handler: 'myController.index', config: { policies: [], }, }, ];