fix: added chat to the freight api

This commit is contained in:
Nathnael
2026-07-17 10:59:25 +00:00
parent d0cdba6d29
commit 1fd46afaaa
17 changed files with 1131 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ import { WsAuthService } from "./ws-auth.service";
WsAuthService,
NotificationInboxService,
],
exports: [NotificationInboxService],
// WsAuthService is reused by the support-chat gateway for handshake auth.
exports: [NotificationInboxService, WsAuthService],
})
export class NotificationInboxModule {}