Fixed agent routing

This commit is contained in:
Frikky
2026-02-11 11:35:56 +01:00
parent 7059e23347
commit 3671c63d52
+14
View File
@@ -988,6 +988,20 @@ const App = (message, props) => {
}
/>
<Route
exact
path="/agent"
element={
<AgentUI
serverside={false}
isLoaded={isLoaded}
isLoggedIn={isLoggedIn}
globalUrl={globalUrl}
userdata={userdata}
{...props}
/>
}
/>
<Route
exact
path="/agents"