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

@@ -19,6 +19,7 @@ import { MessagesModule } from './messages';
import { CmsModule } from './cms';
import { NotificationsModule } from './notifications';
import { TestimonialsModule } from './testimonials';
import { SupportChatModule } from './support-chat';
import { AppController } from './app.controller';
import { AppService } from './app.service';
@@ -61,6 +62,7 @@ import { AppService } from './app.service';
CmsModule,
NotificationsModule,
TestimonialsModule,
SupportChatModule,
],
controllers: [AppController],
providers: [