diff --git a/core/server/config/utils.js b/core/server/config/utils.js index 8df4d0f304..8961776413 100644 --- a/core/server/config/utils.js +++ b/core/server/config/utils.js @@ -51,8 +51,6 @@ exports.getContentPath = function getContentPath(type) { switch (type) { case 'images': return path.join(this.get('paths:contentPath'), 'images/'); - case 'apps': - return path.join(this.get('paths:contentPath'), 'apps/'); case 'themes': return path.join(this.get('paths:contentPath'), 'themes/'); case 'storage':