mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 2 additions and 31 deletions
@ -1,25 +1,8 @@ |
|||||
import { RedisCacheModule } from '@ghostfolio/api/app/redis-cache/redis-cache.module'; |
|
||||
import { ConfigurationModule } from '@ghostfolio/api/services/configuration/configuration.module'; |
|
||||
import { DataGatheringModule } from '@ghostfolio/api/services/data-gathering/data-gathering.module'; |
|
||||
import { DataProviderModule } from '@ghostfolio/api/services/data-provider/data-provider.module'; |
|
||||
import { ExchangeRateDataModule } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.module'; |
|
||||
import { PrismaModule } from '@ghostfolio/api/services/prisma/prisma.module'; |
|
||||
import { SymbolProfileModule } from '@ghostfolio/api/services/symbol-profile/symbol-profile.module'; |
|
||||
|
|
||||
import { Module } from '@nestjs/common'; |
import { Module } from '@nestjs/common'; |
||||
|
|
||||
import { SitemapController } from './sitemap.controller'; |
import { SitemapController } from './sitemap.controller'; |
||||
|
|
||||
@Module({ |
@Module({ |
||||
controllers: [SitemapController], |
controllers: [SitemapController] |
||||
imports: [ |
|
||||
ConfigurationModule, |
|
||||
DataGatheringModule, |
|
||||
DataProviderModule, |
|
||||
ExchangeRateDataModule, |
|
||||
PrismaModule, |
|
||||
RedisCacheModule, |
|
||||
SymbolProfileModule |
|
||||
] |
|
||||
}) |
}) |
||||
export class SitemapModule {} |
export class SitemapModule {} |
||||
|
Loading…
Reference in new issue