Merge pull request #13772 from strapi/fix/upload-typo

Upload: Fix typo in upload middleware
This commit is contained in:
Gustav Hansen 2022-07-14 11:23:07 +02:00 committed by GitHub
commit 36def5dfc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ module.exports = ({ strapi }) => {
strapi.server.app.onerror(err);
});
const localServerConfig = strapi.config.get('plugin.upload.providerOptions.localeServer', {});
const localServerConfig = strapi.config.get('plugin.upload.providerOptions.localServer', {});
strapi.server.routes([
{