added an authenticated room websocket for messages
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user