UNPKG

strapi-plugin-transformer

Version:

A plugin for Strapi Headless CMS that provides the ability to transform the API request and/or response.

10 lines (7 loc) 169 B
'use strict'; const { pluginId } = require('../util/pluginId'); module.exports = ({ strapi }) => ({ get() { return strapi.config.get(`plugin.${pluginId}`); }, });