wapp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user