imports
This commit is contained in:
@@ -4,9 +4,10 @@ import { AuditModule } from '../audit/audit.module';
|
|||||||
import { TasksController } from './tasks.controller';
|
import { TasksController } from './tasks.controller';
|
||||||
import { TasksService } from './tasks.service';
|
import { TasksService } from './tasks.service';
|
||||||
import { UserTaskEntity } from './user-task.entity';
|
import { UserTaskEntity } from './user-task.entity';
|
||||||
|
import { AuthModule } from 'src/auth/auth.module';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [AuditModule, TypeOrmModule.forFeature([UserTaskEntity])],
|
imports: [AuditModule, TypeOrmModule.forFeature([UserTaskEntity]), AuthModule],
|
||||||
controllers: [TasksController],
|
controllers: [TasksController],
|
||||||
providers: [TasksService],
|
providers: [TasksService],
|
||||||
exports: [TasksService],
|
exports: [TasksService],
|
||||||
|
|||||||
Reference in New Issue
Block a user