Skip to content

Commit e8f02f2

Browse files
committed
fix: the intentionally introduced errors
TICKET: WP-6702
1 parent ba2ff83 commit e8f02f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const GenerateWalletV2Query = {
103103
* @tag Express
104104
*/
105105
export const PostGenerateWallet = httpRoute({
106-
path: '/api/v2/:coin/wallet/generate',
106+
path: '/api/v2/{coin}/wallet/generate',
107107
method: 'POST',
108108
request: httpRequest({
109109
params: GenerateWalletV2Params,

0 commit comments

Comments
 (0)