This commit is contained in:
Tour
2025-12-06 19:36:46 +01:00
parent 48965d4c50
commit 20141ad17b
6 changed files with 22 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ npm install
npm start
```
Visit `http://localhost:3000/qr` to scan the WhatsApp QR code.
Visit `http://localhost:3001/qr` to scan the WhatsApp QR code.
### Docker Deployment
@@ -29,13 +29,13 @@ Visit `http://localhost:3000/qr` to scan the WhatsApp QR code.
docker-compose up -d --build
```
Visit `http://your-server:3000/qr` to authenticate WhatsApp.
Visit `http://your-server:3001/qr` to authenticate WhatsApp.
## QR Code Authentication
The server provides a web interface for easy WhatsApp authentication:
- **URL**: `http://localhost:3000/qr`
- **URL**: `http://localhost:3001/qr`
- **Features**:
- Real-time QR code display
- Live connection status updates