Skip to content

Commit eb4b460

Browse files
Update src/users/user.controller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9be1b7e commit eb4b460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/users/user.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class UserController {
1212
@UseGuards(RedisAuthGuard)
1313
@Get('/wallet/:token/sell')
1414
@Api({ summary: 'Example secured endpoint', description: 'Placeholder user wallet endpoint.', envelope: true })
15-
walletTokenSell(@Param('username') _username: string) {
15+
walletTokenSell(@Param('token') token: string) {
1616
return { message: 'Not yet implemented' };
1717
}
1818
}

0 commit comments

Comments
 (0)