mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 15:53:11 +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