fix: reorganization of files and folders

This commit is contained in:
Davidson Gomes
2024-04-12 17:15:13 -03:00
parent 8ece6fb998
commit eb04c3f113
4 changed files with 37 additions and 37 deletions

View File

@@ -20,8 +20,8 @@ import { IntegrationService } from '../services/integration.service';
import { WAMonitoringService } from '../services/monitor.service';
import { SettingsService } from '../services/settings.service';
import { WebhookService } from '../services/webhook.service';
import { BaileysStartupService } from '../services/whatsapp.baileys.service';
import { BusinessStartupService } from '../services/whatsapp.business.service';
import { BaileysStartupService } from '../services/whatsapp/whatsapp.baileys.service';
import { BusinessStartupService } from '../services/whatsapp/whatsapp.business.service';
import { Events, Integration, wa } from '../types/wa.types';
import { ProxyController } from './proxy.controller';