Browse Source

Convert benchmark performance to base currency

pull/2834/head
Reto Kaul 2 years ago
committed by Thomas Kaul
parent
commit
f78fe6606d
  1. 2
      apps/api/src/app/benchmark/benchmark.controller.ts

2
apps/api/src/app/benchmark/benchmark.controller.ts

@ -27,6 +27,8 @@ import { DataSource } from '@prisma/client';
import { StatusCodes, getReasonPhrase } from 'http-status-codes';
import { BenchmarkService } from './benchmark.service';
import { REQUEST } from '@nestjs/core';
import { RequestWithUser } from '@ghostfolio/common/types';
@Controller('benchmark')
export class BenchmarkController {

Loading…
Cancel
Save