diff --git a/ui/src/App.tsx b/ui/src/App.tsx index b71a0c27..062218a1 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -32,7 +32,7 @@ const router = createBrowserRouter([ element: , }, { - path: "logs/:layerId?/:runId?", + path: "logs/:namespace/:layerId?/:runId?", element: , }, ],