diff options
Diffstat (limited to 'makima/frontend/src/main.tsx')
| -rw-r--r-- | makima/frontend/src/main.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makima/frontend/src/main.tsx b/makima/frontend/src/main.tsx index 32c05ba..4f7c525 100644 --- a/makima/frontend/src/main.tsx +++ b/makima/frontend/src/main.tsx @@ -98,7 +98,7 @@ createRoot(document.getElementById("root")!).render( } /> <Route - path="/mesh" + path="/exec" element={ <ProtectedRoute> <MeshPage /> @@ -106,7 +106,7 @@ createRoot(document.getElementById("root")!).render( } /> <Route - path="/mesh/:id" + path="/exec/:id" element={ <ProtectedRoute> <MeshPage /> |
