mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 06:18:37 +00:00
Merge pull request #13772 from strapi/fix/upload-typo
Upload: Fix typo in upload middleware
This commit is contained in:
commit
36def5dfc7
@ -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([
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user