Skip to content

Commit

Permalink
Add airdrops to restjava ingress (#9449)
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Greene <[email protected]>
  • Loading branch information
edwin-greene authored Sep 25, 2024
1 parent 5bddbaf commit cefcf8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/hedera-mirror-rest-java/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ ingress:
paths:
# the rest of /api/v1/* is still handled by the Node.js based REST API logic, except for these paths
- path: "/api/v1/accounts/{id}/allowances/nfts"
- path: "/api/v1/accounts/{id}/airdrops/outstanding"
- path: "/api/v1/accounts/{id}/airdrops/pending"
- path: "/api/v1/topics/{id}"
type: Exact
tls:
Expand Down

0 comments on commit cefcf8b

Please sign in to comment.