feat: implement user reporting system with dedicated module, service, controller, DTOs, and Prisma schema updates.
This commit is contained in:
@@ -20,6 +20,7 @@ import { CmsModule } from './cms';
|
||||
import { NotificationsModule } from './notifications';
|
||||
import { TestimonialsModule } from './testimonials';
|
||||
import { SupportChatModule } from './support-chat';
|
||||
import { UserReportsModule } from './user-reports';
|
||||
import { StripeModule } from './stripe';
|
||||
import { AppController } from './app.controller';
|
||||
import { AppService } from './app.service';
|
||||
@@ -64,6 +65,7 @@ import { AppService } from './app.service';
|
||||
NotificationsModule,
|
||||
TestimonialsModule,
|
||||
SupportChatModule,
|
||||
UserReportsModule,
|
||||
StripeModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
|
||||
Reference in New Issue
Block a user