mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
echo message
This commit is contained in:
committed by
Aiden McClelland
parent
ed395699b3
commit
f1e4cad3bd
@@ -46,7 +46,7 @@ export class LiveApiService extends ApiService {
|
|||||||
async verifyProductKey () {
|
async verifyProductKey () {
|
||||||
return this.http.rpcRequest<void>({
|
return this.http.rpcRequest<void>({
|
||||||
method: 'echo',
|
method: 'echo',
|
||||||
params: { },
|
params: { "message": "hello" },
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user