|
@ -225,8 +225,8 @@ export class PortfolioController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Get('positions') |
|
|
@Get('positions') |
|
|
@UseInterceptors(TransformDataSourceInResponseInterceptor) |
|
|
|
|
|
@UseGuards(AuthGuard('jwt')) |
|
|
@UseGuards(AuthGuard('jwt')) |
|
|
|
|
|
@UseInterceptors(TransformDataSourceInResponseInterceptor) |
|
|
public async getPositions( |
|
|
public async getPositions( |
|
|
@Headers('impersonation-id') impersonationId: string, |
|
|
@Headers('impersonation-id') impersonationId: string, |
|
|
@Query('range') range |
|
|
@Query('range') range |
|
|