diff --git a/src/app/files/fileProvider.js b/src/app/files/fileProvider.js index 3907473cce..9d288f3223 100644 --- a/src/app/files/fileProvider.js +++ b/src/app/files/fileProvider.js @@ -12,7 +12,7 @@ class FileProvider { this.event = new EventManager() this.type = name this.providerExternalsStorage = new Storage('providerExternals:') - this.externalFolders = [this.type + '/swarm', this.type + '/ipfs', this.type + '/github', this.type + '/gist', this.type + '/https'] + this.externalFolders = [this.type + '/swarm', this.type + '/ipfs', this.type + '/github', this.type + '/gists', this.type + '/https'] } addNormalizedName (path, url) {