Skip to content

Commit

Permalink
fix v0.yaml (#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored Jun 7, 2022
1 parent d36a286 commit a75f3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@ paths:


# it is only enabled with the "evm" feature included during the build
'/api/evm/address_mapping/jormungandr_address/{evm_hex_id}':
'/api/v0/address_mapping/jormungandr_address/{evm_hex_id}':
get:
description: Gets corresponded, mapped jormungadr address for the provided evm address
operationId: AddressMappingJorId
Expand All @@ -2386,7 +2386,7 @@ paths:
description: hex encoded jormungandr address

# it is only enabled with the "evm" feature included during the build
'/api/evm/address_mapping/evm_address/{jor_hex_id}':
'/api/v0/address_mapping/evm_address/{jor_hex_id}':
get:
description: Gets corresponded, mapped evm address for the provided jormungandr address
operationId: AddressMappingEvmId
Expand Down

0 comments on commit a75f3df

Please sign in to comment.