Skip to content

Commit

Permalink
Key api endpoint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
physcom committed May 8, 2023
1 parent 2b8a7cc commit 4beed4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ class DefaultKeyApi(
}

override fun importWalletV2(request: ImportWalletOpenKeyRequest): KeyWalletDto {
val response = keyRestTemplate.postForEntity("/key/wallet", request, KeyWalletDto::class.java)
val response = keyRestTemplate.postForEntity("/key/import/wallet", request, KeyWalletDto::class.java)
return response.body!!
}

Expand Down

0 comments on commit 4beed4d

Please sign in to comment.