Add login to ToolsFramework
This commit is contained in:
@@ -309,4 +309,9 @@ const tools: RouteObject[] = toolsJsonObjects.map((value) => ({
|
||||
}))
|
||||
}))
|
||||
|
||||
tools.push({
|
||||
path: '*',
|
||||
element: <Navigate to="/tools" replace />
|
||||
})
|
||||
|
||||
export default tools
|
||||
|
||||
Reference in New Issue
Block a user