fix: correct 3d facility viewer route path
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-17 22:59:27 -08:00
parent 7f7cca415c
commit 43f8c5a105

View file

@ -215,7 +215,7 @@ export const router = createBrowserRouter([
}, },
// 3D Facility Viewer - Full screen // 3D Facility Viewer - Full screen
{ {
path: '/facility-3d', path: '/facility/3d',
element: ( element: (
<ProtectedRoute> <ProtectedRoute>
<Suspense fallback={ <Suspense fallback={