Skip to content

Commit

Permalink
Update WalletController.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsmiai authored Sep 28, 2023
1 parent 4addc85 commit 5f02452
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ object WalletController {
documented(CustodianController.importKeysDocs(), CustodianController::importKey),
UserRole.AUTHORIZED
)
get(
"{alias}", documented(CustodianController.getKeysDocs(), CustodianController::getKey),
UserRole.AUTHORIZED
)
delete(
"delete/{id}",
documented(CustodianController.deleteKeysDocs(), CustodianController::deleteKey),
Expand Down

0 comments on commit 5f02452

Please sign in to comment.