1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 07:20:38 +02:00

refactor: move jobs folder into src root

This commit is contained in:
Elias Schneider 2022-10-16 00:25:32 +02:00
parent c5099ce2e8
commit 9d973c91bc
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Module } from "@nestjs/common";
import { ConfigModule } from "@nestjs/config";
import { ScheduleModule } from "@nestjs/schedule";
import { AuthModule } from "./auth/auth.module";
import { JobsService } from "./auth/jobs/jobs.service";
import { JobsService } from "./jobs/jobs.service";
import { FileController } from "./file/file.controller";
import { FileModule } from "./file/file.module";