diff --git a/src/api/akord/permapost.ts b/src/api/akord/permapost.ts index 66a45e79..cb2c28e1 100644 --- a/src/api/akord/permapost.ts +++ b/src/api/akord/permapost.ts @@ -148,7 +148,7 @@ export class PermapostExecutor { async getContract(): Promise { const config = { method: 'get', - url: `${this._apiurl}/${this._contractUri}/${this._contractId}`, + url: `${this._storageurl}/${this._contractUri}/${this._contractId}`, headers: { 'Authorization': 'Bearer ' + this._jwt, 'Content-Type': 'application/json'