feat: implement support chat functionality with new module, service, controller, DTOs, and schema updates.

This commit is contained in:
pradeepkumar
2026-03-05 06:37:07 +05:30
parent c1fa1f4aab
commit 399b8aa937
10 changed files with 530 additions and 0 deletions

View File

@@ -5,10 +5,12 @@ import { MessagesController } from './messages.controller';
import { MessagesService } from './messages.service';
import { MessagesGateway } from './messages.gateway';
import { PrismaModule } from '../prisma/prisma.module';
import { SupportChatModule } from '../support-chat/support-chat.module';
@Module({
imports: [
PrismaModule,
SupportChatModule,
ConfigModule,
JwtModule.registerAsync({
imports: [ConfigModule],