Skip to content

Commit c2f3561

Browse files
committed
fix: Exclude 'core-store.plugin_upload_api-folder' by default (#92)
1 parent 7cc8ed3 commit c2f3561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
excludedConfig: [
1212
"core-store.plugin_users-permissions_grant",
1313
"core-store.plugin_upload_metrics",
14+
"core-store.plugin_upload_api-folder",
1415
"core-store.strapi_content_types_schema",
1516
"core-store.ee_information",
1617
],

0 commit comments

Comments
 (0)