diff --git a/setup-wizard/src/app/services/api/http.service.ts b/setup-wizard/src/app/services/api/http.service.ts index 779bb4c0b..be5985104 100644 --- a/setup-wizard/src/app/services/api/http.service.ts +++ b/setup-wizard/src/app/services/api/http.service.ts @@ -16,7 +16,7 @@ export class HttpService { private readonly http: HttpClient, ) { const port = window.location.port - this.fullUrl = `${window.location.protocol}//${window.location.hostname}:${port}` + this.fullUrl = `${window.location.protocol}//${window.location.hostname}:${port}/rpc/v1` } async rpcRequest (body: RPCOptions): Promise {