mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 00:01:11 +10:00
implement new invitation system
* fix comments on the frontend * move jwt token service to its own module * other fixes and updates
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { WsGateway } from './ws.gateway';
|
||||
import { AuthModule } from '../core/auth/auth.module';
|
||||
import { TokenModule } from '../core/auth/token.module';
|
||||
|
||||
@Module({
|
||||
imports: [AuthModule],
|
||||
imports: [TokenModule],
|
||||
providers: [WsGateway],
|
||||
})
|
||||
export class WsModule {}
|
||||
|
||||
Reference in New Issue
Block a user