fix & enhance workspace
This commit is contained in:
@@ -10,8 +10,9 @@ import { TMRemark } from './entities/remark.entity';
|
||||
import { TMAttachment } from './entities/attachment.entity';
|
||||
import { TMCheckListItem } from './entities/check-list-item.entity';
|
||||
import { WorkspaceRepository } from './repositories/workspace.repository';
|
||||
import { TaskManagerController } from './task-manager.controller';
|
||||
import { WorkspaceController } from './controllers/workspace.controller';
|
||||
import { WorkspaceService } from './providers/workspace.service';
|
||||
import { User } from '../users/entities/user.entity';
|
||||
|
||||
// import { WorkspaceTypeService } from './providers/workspace-type.service';
|
||||
// import { WorkspaceService } from './providers/workspace.service';
|
||||
@@ -32,9 +33,10 @@ import { WorkspaceService } from './providers/workspace.service';
|
||||
TMRemark,
|
||||
TMAttachment,
|
||||
TMCheckListItem,
|
||||
User
|
||||
]),
|
||||
],
|
||||
controllers: [TaskManagerController],
|
||||
controllers: [WorkspaceController],
|
||||
providers: [
|
||||
WorkspaceRepository,
|
||||
WorkspaceService,
|
||||
|
||||
Reference in New Issue
Block a user