Fix bug
This commit is contained in:
parent
e486ebd2d5
commit
0be01da629
@ -44,7 +44,7 @@
|
||||
* VARIABLES
|
||||
*/
|
||||
const SALA_CHAT = 'python';
|
||||
const CHAT_SOCKET = new WebSocket('ws://localhost:8000/ws/chat/' + SALA_CHAT);
|
||||
const CHAT_SOCKET = new WebSocket('ws://localhost:8000/ws/chat/' + SALA_CHAT + '/');
|
||||
const CAMPO_NOMBRE = document.querySelector('#nombre');
|
||||
const MENSAJES = document.querySelector('#mensajes');
|
||||
const CAMPO_TEXTO = document.querySelector('#texto');
|
||||
|
Loading…
Reference in New Issue
Block a user