feature implement login part 1

This commit is contained in:
Edd
2025-12-11 21:14:25 +00:00
parent a335e713ee
commit 511e645d7e
6 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ console.log('[main.js] ws connection', wsConnection)
const app = createApp(App)
app.provide('socket', io(wsConnection))
//app.provide('socket', io(wsConnection))
app.provide('serverBaseURL', `http://${apiDomain}`)
app.provide('apiBaseURL', `http://${apiDomain}/api`)