hardcode-fix #25

Merged
Ajdj100 merged 3 commits from hardcode-fix into main 2025-11-19 19:58:38 -06:00
Showing only changes of commit eb91f678a8 - Show all commits

View File

@@ -37,7 +37,7 @@ const router = createRouter({
]
})
const addr = import.meta.env.VITE_APIHOST;
const addr = import.meta.env.BASE_URL;
router.beforeEach(async (to) => {