fix: correct spelling of 'recieved' to 'received' in user profile handler
This commit is contained in:
parent
e3ffac8574
commit
9ee53eae01
@ -139,7 +139,7 @@ index_html = """
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
let url = (window.location.protocol == 'http' ? 'ws://': 'ws:///') + window.location.host + "/ws"
|
||||
let url = (window.location.protocol == 'http' ? 'ws://': 'wss://') + window.location.host + "/ws"
|
||||
const ws = new WebSocket(url);
|
||||
const messagesDiv = document.getElementById("messages");
|
||||
ws.onmessage = (event) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user