From eb91f678a8968964d8e15d3c74259604d31965d1 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Wed, 19 Nov 2025 20:52:47 -0500 Subject: [PATCH] whoops wrong env --- ui/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/router/index.js b/ui/src/router/index.js index 84d7189..3f08f3d 100644 --- a/ui/src/router/index.js +++ b/ui/src/router/index.js @@ -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) => {