mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 05:31:09 +10:00
collaboration module cleanup x2
This commit is contained in:
@ -20,7 +20,7 @@ import { HistoryExtension } from './extensions/history.extension';
|
||||
})
|
||||
export class CollaborationModule implements OnModuleInit, OnModuleDestroy {
|
||||
private collabWsAdapter: CollabWsAdapter;
|
||||
private path = '/collaboration';
|
||||
private path = '/collab';
|
||||
|
||||
constructor(
|
||||
private readonly collaborationGateway: CollaborationGateway,
|
||||
|
||||
Reference in New Issue
Block a user