echo message

This commit is contained in:
Drew Ansbacher
2021-10-07 18:32:11 -06:00
committed by Aiden McClelland
parent ed395699b3
commit f1e4cad3bd

View File

@@ -46,7 +46,7 @@ export class LiveApiService extends ApiService {
async verifyProductKey () {
return this.http.rpcRequest<void>({
method: 'echo',
params: { },
params: { "message": "hello" },
})
}