We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2ff83 commit e8f02f2Copy full SHA for e8f02f2
modules/express/src/typedRoutes/api/v2/generateWallet.ts
@@ -103,7 +103,7 @@ export const GenerateWalletV2Query = {
103
* @tag Express
104
*/
105
export const PostGenerateWallet = httpRoute({
106
- path: '/api/v2/:coin/wallet/generate',
+ path: '/api/v2/{coin}/wallet/generate',
107
method: 'POST',
108
request: httpRequest({
109
params: GenerateWalletV2Params,
0 commit comments