mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 07:24:04 +08: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