This commit is contained in:
mike
2025-12-12 12:58:57 +01:00
parent 92f145e6b3
commit a5222646e8
3 changed files with 28 additions and 32 deletions

View File

@@ -4,14 +4,11 @@ const YAML = require('yamljs');
const path = require('path');
const swaggerPath = path.join(__dirname, 'swagger.yml');
const swaggerDoc = YAML.load(swaggerPath);
const express = require('express')
const http = require('http')
const socketIo = require('socket.io')
const { Sequelize, DataTypes, Op } = require('sequelize')
const { Client, LocalAuth, Location, Poll, List, Buttons } = require('whatsapp-web.js')
const path = require('path')
const fs = require('fs').promises
const crypto = require('crypto')
const qrcode = require('qrcode-terminal')