strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

fix(controller): use correct import for `transformResponse` #109

Closed ComfortablyCoding closed 1 year ago

ComfortablyCoding commented 1 year ago

This PR updates the transformResponse import path to use the dist now that strapi is generated with ts

Resolves #108