26-login-route #28

Merged
Ajdj100 merged 4 commits from 26-login-route into main 2025-11-22 17:08:39 -06:00
Showing only changes of commit 836f19e4c7 - Show all commits

View File

@@ -2,7 +2,7 @@ import { useUserStore } from '@/stores/user'
import { createRouter, createWebHistory } from 'vue-router'
const router = createRouter({
history: createWebHistory(import.meta.env.VITE_APIHOST),
history: createWebHistory(),
routes: [
// PUBLIC
{ path: '/join', component: () => import('@/pages/Join.vue') },