|
@ -331,8 +331,8 @@ export class AdminController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Post('profile-data/:dataSource/:symbol') |
|
|
@Post('profile-data/:dataSource/:symbol') |
|
|
@UseInterceptors(TransformDataSourceInRequestInterceptor) |
|
|
|
|
|
@UseGuards(AuthGuard('jwt')) |
|
|
@UseGuards(AuthGuard('jwt')) |
|
|
|
|
|
@UseInterceptors(TransformDataSourceInRequestInterceptor) |
|
|
public async addProfileData( |
|
|
public async addProfileData( |
|
|
@Param('dataSource') dataSource: DataSource, |
|
|
@Param('dataSource') dataSource: DataSource, |
|
|
@Param('symbol') symbol: string |
|
|
@Param('symbol') symbol: string |
|
|