From 43f8c5a1057244a5edcea0c9f926235dee7cf05a Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:59:27 -0800 Subject: [PATCH] fix: correct 3d facility viewer route path --- frontend/src/router.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router.tsx b/frontend/src/router.tsx index 00cd8a1..f8d167f 100644 --- a/frontend/src/router.tsx +++ b/frontend/src/router.tsx @@ -215,7 +215,7 @@ export const router = createBrowserRouter([ }, // 3D Facility Viewer - Full screen { - path: '/facility-3d', + path: '/facility/3d', element: (