Fix whatsapp gateway websocket path to proxy correctly through Next.js

This commit is contained in:
Antigravity 2026-06-13 23:39:05 -04:00
parent cafca3a4d1
commit 515a35c4f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const socket = io(); const socket = io({ path: '/proxy/whatsapp/socket.io' });
// UI Elements // UI Elements
const statusBadge = document.getElementById('status-badge'); const statusBadge = document.getElementById('status-badge');