mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 07:16:02 +00:00

* Fix invalid local uploads path File upload provider does not consider the strapi configuration. This patch should fix the problem. * getStaticPath -> uploadDir * Use config.get method * plugin-upload tests fix