Restructure services (#1891)

This commit is contained in:
Thomas Kaul
2023-04-23 12:02:01 +02:00
committed by GitHub
parent cddea0401f
commit 513a564e2c
112 changed files with 238 additions and 245 deletions

View File

@ -1,4 +1,4 @@
import { DataGatheringModule } from '@ghostfolio/api/services/data-gathering.module';
import { DataGatheringModule } from '@ghostfolio/api/services/data-gathering/data-gathering.module';
import { Module } from '@nestjs/common';
import { QueueController } from './queue.controller';