chat
SSH Build / Deploy (push) Successful in 8s Details

This commit is contained in:
emerson 2024-09-02 15:07:48 -03:00
parent 632cfeeb86
commit 4c42d71f8e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ permalink: /live.html
}
})
// URL do servidor WebSocket
const socket = new WebSocket('wss://cast.alice.ufsj.edu.br/chat');
const socket = new WebSocket('ws://cast.alice.ufsj.edu.br/chat');
socket.addEventListener('open', () => {
console.log('Conexão WebSocket aberta com sucesso!');