From f1e4cad3bd1fee98b218b2d95c5b04d34aeca42b Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Thu, 7 Oct 2021 18:32:11 -0600 Subject: [PATCH] echo message --- setup-wizard/src/app/services/api/live-api.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-wizard/src/app/services/api/live-api.service.ts b/setup-wizard/src/app/services/api/live-api.service.ts index c4c08020f..8e08dfed6 100644 --- a/setup-wizard/src/app/services/api/live-api.service.ts +++ b/setup-wizard/src/app/services/api/live-api.service.ts @@ -46,7 +46,7 @@ export class LiveApiService extends ApiService { async verifyProductKey () { return this.http.rpcRequest({ method: 'echo', - params: { }, + params: { "message": "hello" }, }) }