Browse Source

Refactor sitemap module

pull/4983/head
Thomas Kaul 2 weeks ago
parent
commit
c0049918df
  1. 2
      apps/api/src/app/app.module.ts
  2. 0
      apps/api/src/app/endpoints/sitemap/sitemap.controller.ts
  3. 0
      apps/api/src/app/endpoints/sitemap/sitemap.module.ts
  4. 0
      apps/api/src/app/endpoints/sitemap/sitemap.service.ts

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

@ -38,6 +38,7 @@ 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';
import { SitemapModule } from './endpoints/sitemap/sitemap.module';
import { TagsModule } from './endpoints/tags/tags.module';
import { WatchlistModule } from './endpoints/watchlist/watchlist.module';
import { ExchangeRateModule } from './exchange-rate/exchange-rate.module';
@ -50,7 +51,6 @@ import { OrderModule } from './order/order.module';
import { PlatformModule } from './platform/platform.module';
import { PortfolioModule } from './portfolio/portfolio.module';
import { RedisCacheModule } from './redis-cache/redis-cache.module';
import { SitemapModule } from './sitemap/sitemap.module';
import { SubscriptionModule } from './subscription/subscription.module';
import { SymbolModule } from './symbol/symbol.module';
import { UserModule } from './user/user.module';

0
apps/api/src/app/sitemap/sitemap.controller.ts → apps/api/src/app/endpoints/sitemap/sitemap.controller.ts

0
apps/api/src/app/sitemap/sitemap.module.ts → apps/api/src/app/endpoints/sitemap/sitemap.module.ts

0
apps/api/src/app/sitemap/sitemap.service.ts → apps/api/src/app/endpoints/sitemap/sitemap.service.ts

Loading…
Cancel
Save