Browse Source

Move benchmark endpoint

pull/4325/head
Thomas Kaul 6 months ago
parent
commit
5820d439e6
  1. 2
      apps/api/src/app/app.module.ts
  2. 0
      apps/api/src/app/endpoints/benchmarks/benchmarks.controller.ts
  3. 0
      apps/api/src/app/endpoints/benchmarks/benchmarks.module.ts
  4. 0
      apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts

2
apps/api/src/app/app.module.ts

@ -29,10 +29,10 @@ import { AppController } from './app.controller';
import { AssetModule } from './asset/asset.module';
import { AuthDeviceModule } from './auth-device/auth-device.module';
import { AuthModule } from './auth/auth.module';
import { BenchmarksModule } from './benchmark/benchmarks.module';
import { CacheModule } from './cache/cache.module';
import { AiModule } from './endpoints/ai/ai.module';
import { ApiKeysModule } from './endpoints/api-keys/api-keys.module';
import { BenchmarksModule } from './endpoints/benchmarks/benchmarks.module';
import { GhostfolioModule } from './endpoints/data-providers/ghostfolio/ghostfolio.module';
import { MarketDataModule } from './endpoints/market-data/market-data.module';
import { PublicModule } from './endpoints/public/public.module';

0
apps/api/src/app/benchmark/benchmarks.controller.ts → apps/api/src/app/endpoints/benchmarks/benchmarks.controller.ts

0
apps/api/src/app/benchmark/benchmarks.module.ts → apps/api/src/app/endpoints/benchmarks/benchmarks.module.ts

0
apps/api/src/app/benchmark/benchmarks.service.ts → apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts

Loading…
Cancel
Save