mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-14 21:30:05 +01:00
feat: load balancers ui
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ export const sshApi = {
|
||||
createSshKey: (body: DtoCreateSSHRequest) =>
|
||||
withRefresh(async (): Promise<DtoSshResponse> => {
|
||||
// SDK expects { body }
|
||||
return await ssh.createSSHKey({ body })
|
||||
return await ssh.createSSHKey({ dtoCreateSSHRequest: body })
|
||||
}),
|
||||
|
||||
getSshKeyById: (id: string) =>
|
||||
|
||||
Reference in New Issue
Block a user