mirror of
https://github.com/docmost/docmost.git
synced 2026-05-19 07:54:05 +08:00
Base WIP
This commit is contained in:
@@ -3,10 +3,11 @@ import { WsGateway } from './ws.gateway';
|
||||
import { WsService } from './ws.service';
|
||||
import { WsTreeService } from './ws-tree.service';
|
||||
import { TokenModule } from '../core/auth/token.module';
|
||||
import { BaseModule } from '../core/base/base.module';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
imports: [TokenModule],
|
||||
imports: [TokenModule, BaseModule],
|
||||
providers: [WsGateway, WsService, WsTreeService],
|
||||
exports: [WsGateway, WsService, WsTreeService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user