home page feature final

This commit is contained in:
Edd
2025-12-29 11:15:49 +00:00
committed by FernandoJVideira
parent 79be3544cb
commit 87e0dc2518
4 changed files with 242 additions and 82 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const app = createApp(App)
//app.provide('socket', io(wsConnection))
app.provide('serverBaseURL', `http://${apiDomain}`)
app.provide('apiBaseURL', `http://${apiDomain}/api`)
app.provide('apiBaseURL', `http://${apiDomain}/api/v1`)
app.use(createPinia())
app.use(router)