0.0.147
This commit is contained in:
@@ -40,11 +40,7 @@
|
||||
// }
|
||||
|
||||
// var i = 0
|
||||
|
||||
|
||||
url = `ws://localhost:8000/ws/socket-server/?user_id=${user_id}`;
|
||||
|
||||
const chatSocket = new WebSocket(url);
|
||||
const chatSocket = new WebSocket(ws_url);
|
||||
|
||||
|
||||
function sendMessageSocket (data) {
|
||||
|
||||
Reference in New Issue
Block a user