Chat funcionando
SSH Build / Deploy (push) Successful in 5s Details

This commit is contained in:
emerson 2024-09-02 15:53:51 -03:00
parent 9dbd3a48b2
commit 94d2cdc667
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('wss://cast.alice.ufsj.edu.br/chat/chat');
socket.addEventListener('open', () => {
console.log('Conexão WebSocket aberta com sucesso!');