Skip to content

Commit f5dad9f

Browse files
authored
fix: req decoded params
2 parents 004035b + 5cc3782 commit f5dad9f

File tree

2 files changed

+480
-1
lines changed

2 files changed

+480
-1
lines changed

modules/express/src/typedRoutes/api/v2/createAddress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const CreateAddressResponse = {
6666
* @operationId express.v2.wallet.createAddress
6767
*/
6868
export const PostCreateAddress = httpRoute({
69-
path: '/api/v2/{coin}/wallet/{walletId}/address',
69+
path: '/api/v2/{coin}/wallet/{id}/address',
7070
method: 'POST',
7171
request: httpRequest({
7272
params: CreateAddressParams,

0 commit comments

Comments
 (0)