diff --git a/common/src/services/environment.service.ts b/common/src/services/environment.service.ts index a4f0a213e7..28caaf47c9 100644 --- a/common/src/services/environment.service.ts +++ b/common/src/services/environment.service.ts @@ -126,7 +126,7 @@ export class EnvironmentService implements EnvironmentServiceAbstraction { this.keyConnectorUrl = urls.keyConnector; } - async setUrls(urls: Urls): Promise { + async setUrls(urls: Urls): Promise { urls.base = this.formatUrl(urls.base); urls.webVault = this.formatUrl(urls.webVault); urls.api = this.formatUrl(urls.api);