added an authenticated room websocket for messages

This commit is contained in:
2025-12-15 19:51:31 +01:00
parent 22c187e4ee
commit 4d939f611d
4 changed files with 85 additions and 15 deletions

View File

@@ -7,3 +7,6 @@ import './base.css'
createApp(App)
.use(router)
.mount('#app')
export const API = 'http://127.0.0.1:8080'
export const API_WS = 'ws://127.0.0.1:8080/ws'