From f150a398ea7163efcbad42559ce9fd82de54084d Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 22 Sep 2020 14:22:21 +0300 Subject: [PATCH] Update src/provider/Provider.ts Co-authored-by: Matthias Kretschmann --- src/provider/Provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/provider/Provider.ts b/src/provider/Provider.ts index c58b1773..a950399e 100644 --- a/src/provider/Provider.ts +++ b/src/provider/Provider.ts @@ -286,7 +286,7 @@ export class Provider extends Instantiable { return `${this.url}${apiPath}/publish` } - public getComputeEndpointShort(): string { + public getComputeEndpointPath(): string { return `${apiPath}/compute` }