mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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 () {
|
||||
return this.http.rpcRequest<void>({
|
||||
method: 'echo',
|
||||
params: { },
|
||||
params: { "message": "hello" },
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user