load service checkpoint

This commit is contained in:
Drew Ansbacher
2021-09-07 22:30:31 +03:00
committed by Aiden McClelland
parent 0572855734
commit 24bb9125db
8 changed files with 51 additions and 69 deletions

View File

@@ -171,7 +171,7 @@ export class LiveApiService extends ApiService {
// ssh
async getSshKeys (params: RR.GetSSHKeysReq): Promise <RR.GetSSHKeysRes> {
return this.http.rpcRequest({ method: 'ssh.get', params })
return this.http.rpcRequest({ method: 'ssh.list', params })
}
async addSshKey (params: RR.AddSSHKeyReq): Promise <RR.AddSSHKeyRes> {