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 91ea6a0 commit f6e2d70Copy full SHA for f6e2d70
src/endpoints/accounts-v2/account.controller.v2.ts
@@ -15,7 +15,7 @@ export class AccountControllerV2 {
15
private readonly accountServiceV2: AccountServiceV2,
16
) { }
17
18
- @Get("/v2/accounts/:address")
+ @Get("/accounts/v2/:address")
19
@UseInterceptors(DeepHistoryInterceptor)
20
@ApiOperation({ summary: 'Account details', description: 'Returns account details for a given address' })
21
@ApiQuery({ name: 'withGuardianInfo', description: 'Returns guardian data for a given address', required: false })
0 commit comments