UNPKG

@digicms/cms

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite

6 lines (4 loc) 133 B
'use strict'; module.exports = (strapi) => { strapi.container.get('sanitizers').set('content-api', { input: [], output: [] }); };