Skip to content

Commit

Permalink
feat: getAuraHealth route
Browse files Browse the repository at this point in the history
  • Loading branch information
RequescoS committed Sep 27, 2024
1 parent a26b229 commit c8a01e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nft_ingester/src/api/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl RpcApiBuilder {
let api = cloned_api.clone();
async move { api.check_health().await.map_err(Into::into) }
});
module.add_alias("getAuraHealth", "health");

let cloned_api = api.clone();
module.add_method("get_asset_proof", move |rpc_params: Params| {
Expand Down

0 comments on commit c8a01e5

Please sign in to comment.