ui
This commit is contained in:
@@ -9,6 +9,7 @@ import { TaskPushService } from './task-push.service';
|
||||
import { TasksController } from './tasks.controller';
|
||||
import { TasksService } from './tasks.service';
|
||||
import { UserTaskEntity } from './user-task.entity';
|
||||
import { AuthModule } from 'src/auth/auth.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -19,6 +20,7 @@ import { UserTaskEntity } from './user-task.entity';
|
||||
TaskPushSubscriptionEntity,
|
||||
UserTaskEntity,
|
||||
]),
|
||||
AuthModule
|
||||
],
|
||||
controllers: [TasksController],
|
||||
providers: [TaskDigestService, TaskPushService, TasksService],
|
||||
|
||||
Reference in New Issue
Block a user