Skip to content

Commit f6e2d70

Browse files
committed
rename endpoint
1 parent 91ea6a0 commit f6e2d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoints/accounts-v2/account.controller.v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class AccountControllerV2 {
1515
private readonly accountServiceV2: AccountServiceV2,
1616
) { }
1717

18-
@Get("/v2/accounts/:address")
18+
@Get("/accounts/v2/:address")
1919
@UseInterceptors(DeepHistoryInterceptor)
2020
@ApiOperation({ summary: 'Account details', description: 'Returns account details for a given address' })
2121
@ApiQuery({ name: 'withGuardianInfo', description: 'Returns guardian data for a given address', required: false })

0 commit comments

Comments
 (0)