Skip to content

Commit

Permalink
fix: missing swagger ui for grpc get account by number
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Jul 1, 2023
1 parent b939232 commit 7428177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/grpc/grpc-gateway.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ http:
- selector: pactus.Blockchain.GetAccount
get: "/v1/blockchain/account/address/{address}"

- selector: pactus.Blockchain.GetAccountByNumber
get: "/v1/blockchain/account/number/{number}"

- selector: pactus.Blockchain.GetValidators
get: "/v1/blockchain/validators"

Expand Down

0 comments on commit 7428177

Please sign in to comment.