UNPKG

strapi-tiptap-editor

Version:
19 lines (18 loc) 296 B
module.exports = [ { method: 'GET', path: '/', handler: 'settingsController.index', config: { policies: [], }, }, { method: 'PUT', path: '/update-settings', handler: 'settingsController.updateSettings', config: { policies: [], }, }, ];