1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update src/provider/Provider.ts

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Alex Coseru 2020-09-22 14:22:21 +03:00 committed by GitHub
parent 12453777a5
commit f150a398ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ export class Provider extends Instantiable {
return `${this.url}${apiPath}/publish`
}
public getComputeEndpointShort(): string {
public getComputeEndpointPath(): string {
return `${apiPath}/compute`
}